diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3b938a..e1907aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -8,13 +8,13 @@ repos: - id: trailing-whitespace - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.21.2 hooks: - id: pyupgrade args: - --py38-plus - - repo: https://github.com/myint/autoflake - rev: v2.0.1 + - repo: https://github.com/PyCQA/autoflake + rev: v2.3.3 hooks: - id: autoflake args: @@ -22,7 +22,7 @@ repos: - --remove-all-unused-imports - --ignore-init-module-imports - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.3.0 hooks: - id: "flake8" entry: pflake8 @@ -33,11 +33,11 @@ repos: - --config=pyproject.toml entry: pflake8 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.1 + rev: 26.1.0 hooks: - id: black # - repo: https://github.com/RobertCraigie/pyright-python