Skip to content

Commit 95225de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.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.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
1 parent 63fdc46 commit 95225de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.10.0
5+
rev: 23.3.0
66
hooks:
77
- id: black
88

@@ -12,12 +12,12 @@ repos:
1212
- id: flake8
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.991
20+
rev: v1.1.1
2121
hooks:
2222
- id: mypy
2323
additional_dependencies:

0 commit comments

Comments
 (0)