Skip to content

Commit cf26db0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.2.0...v4.6.0) - [github.com/psf/black: 22.3.0 → 24.4.2](psf/black@22.3.0...24.4.2) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.11.0](pre-commit/mirrors-mypy@v0.942...v1.11.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0)
1 parent 6b864ec commit cf26db0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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: v4.6.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -13,23 +13,23 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.3.0
16+
rev: 24.4.2
1717
hooks:
1818
- id: black
1919

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

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

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

0 commit comments

Comments
 (0)