Skip to content

Commit 160acf1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.20.0](asottile/pyupgrade@v3.16.0...v3.20.0) - [github.com/adamchainz/django-upgrade: 1.20.0 → 1.25.0](adamchainz/django-upgrade@1.20.0...1.25.0)
1 parent 5721fb6 commit 160acf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 24.4.2
4+
rev: 25.1.0
55
hooks:
66
- id: black
77
language_version: python3.8
88
args:
99
- "--target-version"
1010
- "py38"
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "7.1.0"
12+
rev: "7.3.0"
1313
hooks:
1414
- id: flake8
1515
args: ["--max-line-length", "88"]
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.20.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py38-plus]
2525
- repo: https://github.com/adamchainz/django-upgrade
26-
rev: 1.20.0
26+
rev: 1.25.0
2727
hooks:
2828
- id: django-upgrade
2929
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)