Skip to content

Commit 2c17252

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.19.1](pre-commit/mirrors-mypy@v1.8.0...v1.19.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.1.0](psf/black-pre-commit-mirror@24.10.0...26.1.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pycqa/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent 89b6aac commit 2c17252

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: mixed-line-ending
@@ -15,7 +15,7 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=1024']
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.8.0
18+
rev: v1.19.1
1919
hooks:
2020
- id: mypy
2121
args:
@@ -24,17 +24,17 @@ repos:
2424
- "django-stubs==1.13.1"
2525
- "types-setuptools==65.7.0.2"
2626
- "types-requests==2.28.11.8"
27-
- repo: https://github.com/psf/black
28-
rev: 24.10.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 26.1.0
2929
hooks:
3030
- id: black
3131

3232
- repo: https://github.com/pycqa/isort
33-
rev: 5.13.2
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/pycqa/flake8
38-
rev: 6.1.0
38+
rev: 7.3.0
3939
hooks:
4040
- id: flake8

0 commit comments

Comments
 (0)