diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c11b3d..3e3e578 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-merge-conflict - id: check-toml - repo: https://github.com/PyCQA/isort - rev: "8.0.0" + rev: "8.0.1" hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -23,7 +23,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.2' + rev: 'v0.15.4' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade @@ -33,7 +33,7 @@ repos: args: - --py3-plus - repo: https://github.com/adamchainz/django-upgrade - rev: "1.29.1" + rev: "1.30.0" hooks: - id: django-upgrade args: [--target-version, "3.2"]