diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91dd751..48ae5c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ repos: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==22.4.25 + - flake8-bugbear==22.7.1 - repo: https://github.com/PyCQA/isort rev: 5.10.1