diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e000af..f35f793 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,17 +14,17 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.20.0" + rev: "v3.21.2" hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/hadialqattan/pycln - rev: "v2.5.0" + rev: "v2.6.0" hooks: - id: pycln args: [--all] - repo: https://github.com/adamchainz/django-upgrade - rev: "1.27.0" + rev: "1.29.1" hooks: - id: django-upgrade args: [--target-version, "4.2"]