diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cf8635..1495d1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "5.0.4" hooks: - id: flake8 additional_dependencies: [flake8-import-order, flake8-bugbear] @@ -23,12 +23,12 @@ repos: - id: isort name: isort (python) - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.3 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.961" + rev: "v0.971" hooks: - id: mypy files: vdirsyncer/.*