Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 6f68df7 commit 984e1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ ci:

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

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.18.0'
rev: '1.19.0'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8

Expand Down

0 comments on commit 984e1ed

Please sign in to comment.