Skip to content

Commit 70539fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.2](asottile/pyupgrade@v3.9.0...v3.15.2) - [github.com/adamchainz/django-upgrade: 1.14.0 → 1.17.0](adamchainz/django-upgrade@1.14.0...1.17.0)
1 parent 675e805 commit 70539fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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.4.0
3+
rev: v4.6.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: 23.7.0
9+
rev: 24.4.2
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 6.0.0
13+
rev: 7.0.0
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.9.0
17+
rev: v3.15.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
2121
- repo: https://github.com/adamchainz/django-upgrade
22-
rev: 1.14.0
22+
rev: 1.17.0
2323
hooks:
2424
- id: django-upgrade
2525
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)