diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9405c320f..a390e811b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/PyCQA/isort.git - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: @@ -75,7 +75,7 @@ repos: ^docs/_samples/.*\.py$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.0 hooks: - id: yamllint files: \.(yaml|yml)$ @@ -84,7 +84,7 @@ repos: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 alias: flake8-no-wps @@ -103,7 +103,7 @@ repos: - file - repo: https://github.com/PyCQA/flake8.git - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 alias: flake8-only-wps