Skip to content

Commit c57a2e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.2](adamchainz/django-upgrade@1.21.0...1.22.2)
1 parent 7af1e74 commit c57a2e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 24.8.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/PyCQA/flake8
1313
rev: 7.1.1
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.17.0
17+
rev: v3.19.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
2121
- repo: https://github.com/adamchainz/django-upgrade
22-
rev: 1.21.0
22+
rev: 1.22.2
2323
hooks:
2424
- id: django-upgrade
2525
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)