Skip to content

Commit 5c003eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.2.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.3.0 → 25.11.0](psf/black-pre-commit-mirror@22.3.0...25.11.0) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.18.2](pre-commit/mirrors-mypy@v0.942...v1.18.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0)
1 parent 6b864ec commit 5c003eb

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -12,24 +12,24 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: trailing-whitespace
1414

15-
- repo: https://github.com/psf/black
16-
rev: 22.3.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.11.0
1717
hooks:
1818
- id: black
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.10.1
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v0.942
26+
rev: v1.18.2
2727
hooks:
2828
- id: mypy
2929
files: src
3030

3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 4.0.1
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)