Skip to content

Commit 3a4944d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.21.0](adamchainz/django-upgrade@1.19.0...1.21.0)
1 parent 764664f commit 3a4944d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 24.4.2
9+
rev: 24.8.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.0
13+
rev: 7.1.1
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.16.0
17+
rev: v3.17.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
2121
- repo: https://github.com/adamchainz/django-upgrade
22-
rev: 1.19.0
22+
rev: 1.21.0
2323
hooks:
2424
- id: django-upgrade
2525
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)