diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45d0c8d..1367879 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.11.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py36-plus] @@ -10,11 +10,11 @@ repos: - id: black language_version: python3 - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.10.1 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 3.9.0 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: