Skip to content

Commit 7964a78

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/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/adamchainz/django-upgrade: 1.20.0 → 1.25.0](adamchainz/django-upgrade@1.20.0...1.25.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50)
1 parent a943e4c commit 7964a78

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
# - id: check-hooks-apply
99
# - id: check-useless-excludes
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: [--maxkb=500]
@@ -26,15 +26,15 @@ repos:
2626
- id: requirements-txt-fixer
2727
- id: trailing-whitespace
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.13.2
29+
rev: 6.0.1
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/psf/black
33-
rev: 24.8.0
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 7.1.1
37+
rev: 7.2.0
3838
hooks:
3939
- id: flake8
4040
args: ["--config=.flake8"]
@@ -49,17 +49,17 @@ repos:
4949
pep8-naming,
5050
]
5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v3.17.0
52+
rev: v3.19.1
5353
hooks:
5454
- id: pyupgrade
5555
args: [--py38-plus]
5656
- repo: https://github.com/adamchainz/django-upgrade
57-
rev: "1.20.0"
57+
rev: "1.25.0"
5858
hooks:
5959
- id: django-upgrade
6060
args: [--target-version, "4.2"]
6161
- repo: https://github.com/mgedmin/check-manifest
62-
rev: "0.49"
62+
rev: "0.50"
6363
hooks:
6464
- id: check-manifest
6565
args: [--no-build-isolation]

0 commit comments

Comments
 (0)