diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66adc3df..3a6a94d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: "migrations" repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -32,7 +32,7 @@ repos: - id: isort - repo: https://github.com/adamchainz/django-upgrade - rev: 1.21.0 + rev: 1.22.1 hooks: - id: django-upgrade args: [--target-version, "3.2"] @@ -44,7 +44,7 @@ repos: - id: ruff - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: 2.3.0 hooks: - id: pyproject-fmt