diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc17977..a2015e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,6 @@ repos: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/PyCQA/flake8 - rev: '4.0.1' + rev: 6.0.0 hooks: - id: flake8