diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbc2651..97bca26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/asottile/pyupgrade - rev: v3.7.0 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -30,7 +30,7 @@ repos: - id: rst-backticks - id: rst-directive-colons - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.3.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/tox-dev/pyproject-fmt