diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6a7f253..79bfd78e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/python-poetry/poetry - rev: 1.8.0 + rev: 2.2.1 hooks: - id: poetry-check @@ -10,7 +10,7 @@ repos: - id: yesqa - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.21.1 hooks: - id: pyupgrade args: ["--py38-plus"] @@ -22,7 +22,7 @@ repos: args: ["--in-place", "--remove-unused-variables"] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort args: @@ -35,7 +35,7 @@ repos: ] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell args: [--write-changes] @@ -51,7 +51,7 @@ repos: # language: python - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-case-conflict @@ -73,14 +73,14 @@ repos: args: ["--autofix"] - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 24.10.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black args: ["--line-length", "120"] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 args: ["--max-line-length", "120"]