diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bc220c..bea9992 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.17.0" + rev: "v3.19.0" hooks: - id: pyupgrade args: [--py39-plus] @@ -24,7 +24,7 @@ repos: - id: pycln args: [--all] - repo: https://github.com/adamchainz/django-upgrade - rev: "1.21.0" + rev: "1.22.1" hooks: - id: django-upgrade args: [--target-version, "4.2"]