diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27160af..c93c7ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,13 @@ repos: - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [flake8-bugbear==22.12.6] - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.11.0 hooks: - id: pyupgrade args: [--py36-plus]