Skip to content

Commit f04e975

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 26.3.0](psf/black-pre-commit-mirror@24.1.1...26.3.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.19.1](pre-commit/mirrors-mypy@v1.8.0...v1.19.1) - [github.com/mgedmin/check-manifest: 0.49 → 0.51](mgedmin/check-manifest@0.49...0.51)
1 parent bb02f97 commit f04e975

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
@@ -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: check-builtin-literals
66
- id: check-added-large-files
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515
exclude: tests/test_files
1616

17-
- repo: https://github.com/psf/black
18-
rev: 24.1.1
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 26.3.0
1919
hooks:
2020
- id: black
2121
language_version: python3.10
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 7.0.0
24+
rev: 7.3.0
2525
hooks:
2626
- id: flake8
2727
additional_dependencies:
@@ -33,13 +33,13 @@ repos:
3333
exclude: tests/test_files
3434

3535
- repo: https://github.com/PyCQA/isort
36-
rev: 5.13.2
36+
rev: 8.0.1
3737
hooks:
3838
- id: isort
3939
files: \.py$
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.8.0
42+
rev: v1.19.1
4343
hooks:
4444
- id: mypy
4545
exclude: tests/data
@@ -55,7 +55,7 @@ repos:
5555
]
5656

5757
- repo: https://github.com/mgedmin/check-manifest
58-
rev: "0.49"
58+
rev: "0.51"
5959
hooks:
6060
- id: check-manifest
6161
stages: [manual]

0 commit comments

Comments
 (0)