Skip to content

Commit 5030711

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.3.0](pre-commit/mirrors-mypy@v0.942...v1.3.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent 6b864ec commit 5030711

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.4.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: 23.3.0
1717
hooks:
1818
- id: black
1919

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

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

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

0 commit comments

Comments
 (0)