diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54637b9..b07c03e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.15 + rev: v0.9.21 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.20.0" # replace with latest tag on GitHub hooks: - id: django-upgrade args: [--target-version, "5.0"] # Replace with Django version