diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8805cf2..0fee7b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: ['--max-line-length=120']