Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent f8b9c63 commit de5ea99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.19.0'
rev: '1.20.0'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -39,14 +39,14 @@ repos:
- id: codespell

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.0
rev: v6.2.4
hooks:
- id: rstcheck
additional_dependencies:
Expand Down

0 comments on commit de5ea99

Please sign in to comment.