diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 070229e4..f763e9f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3.9 @@ -14,7 +14,7 @@ repos: - id: flake8 args: ["--max-line-length", "110"] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade @@ -23,7 +23,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.22.2 + rev: 1.23.1 hooks: - id: django-upgrade args: [--target-version, "4.2"]