diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97009ca..765dfae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -11,12 +11,12 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.15.0 + rev: 1.21.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] @@ -34,10 +34,10 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "1.5.3" + rev: "2.2.4" hooks: - id: pyproject-fmt - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.1" + rev: "1.4.1" hooks: - id: tox-ini-fmt