Skip to content

Commit 2ab8f98

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.991](pre-commit/mirrors-mypy@v0.942...v0.991) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent 6b864ec commit 2ab8f98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v4.3.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

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

@@ -23,13 +23,13 @@ repos:
2323
- id: isort
2424

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

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

0 commit comments

Comments
 (0)