diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 070229e..3785de1 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 @@ -9,12 +9,12 @@ repos: - "--target-version" - "py39" - repo: https://github.com/PyCQA/flake8 - rev: "7.1.1" + rev: "7.1.2" hooks: - 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"]