diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54637b9..d04a1f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,15 +4,15 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.15 + rev: v0.9.23 hooks: - id: pymarkdown args: @@ -20,11 +20,11 @@ repos: - line-length - scan - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade - repo: https://github.com/adamchainz/django-upgrade - rev: "1.19.0" # replace with latest tag on GitHub + rev: "1.21.0" # replace with latest tag on GitHub hooks: - id: django-upgrade args: [--target-version, "5.0"] # Replace with Django version