diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebb6fcc..fe594c8 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: 'v2.0.2' # Use the sha / tag you want to point at + - repo: https://github.com/hhatto/autopep8 + rev: 'v2.3.1' # Use the sha / tag you want to point at hooks: - id: autopep8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 args: @@ -18,7 +18,7 @@ repos: - --show-source - --statistics - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pycqa/pydocstyle @@ -32,7 +32,7 @@ repos: - --convention=google additional_dependencies: ["toml"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.19.0 hooks: - id: pyupgrade # TODO: remove `--keep-runtime-typing` option