diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e65df4..1d31447 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ --- repos: - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: 'v1.6.0' # Use the sha / tag you want to point at + rev: 'v1.7.0' # Use the sha / tag you want to point at hooks: - id: autopep8 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.1 hooks: - id: codespell - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 args: @@ -32,7 +32,7 @@ repos: - --convention=google additional_dependencies: ["toml"] - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v3.0.0 hooks: - id: pyupgrade # TODO: remove `--keep-runtime-typing` option