diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bc961e..362d91e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: ["--max-line-length", "88", "--extend-ignore", "E203,E501"] @@ -73,6 +73,6 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.16.26 + rev: v1.17.0 hooks: - id: typos