Skip to content

Commit 79a634a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/pycqa/docformatter: v1.7.6 → v1.7.7](PyCQA/docformatter@v1.7.6...v1.7.7) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.18.2](pre-commit/mirrors-mypy@v1.11.2...v1.18.2) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 49559c1 commit 79a634a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

12-
- repo: https://github.com/psf/black
13-
rev: 24.10.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.11.0
1414
hooks:
1515
- id: black
1616
args: [--safe, --line-length=100, --preview]
1717
language_version: python3
1818

1919
- repo: https://github.com/pycqa/docformatter
20-
rev: v1.7.6
20+
rev: v1.7.7
2121
hooks:
2222
- id: docformatter
2323
additional_dependencies: [tomli]
2424
args: [--config, pyproject.toml]
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.11.2
27+
rev: v1.18.2
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: [
@@ -33,7 +33,7 @@ repos:
3333
]
3434

3535
- repo: https://github.com/pycqa/flake8
36-
rev: 7.1.1
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8
3939

0 commit comments

Comments
 (0)