diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c77dce..bdda74b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -44,7 +44,7 @@ repos: - id: yesqa - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 args: ["--count", "--statistics", "--extend-ignore='E203, E402, E501'", "--max-line-length=88"] @@ -53,7 +53,7 @@ repos: # E501: line too long - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell files: ^.*\.(py|md|rst)$