Skip to content

Commit 87d01a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.6.1](pre-commit/mirrors-mypy@v1.1.1...v1.6.1)
1 parent d3fd845 commit 87d01a7

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,13 +2,13 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.3.0
5+
rev: 23.10.1
66
hooks:
77
- id: black
88
exclude: ^pdm/_vendor
99

1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.0.0
11+
rev: 6.1.0
1212
hooks:
1313
- id: flake8
1414

@@ -18,7 +18,7 @@ repos:
1818
- id: isort
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.1.1
21+
rev: v1.6.1
2222
hooks:
2323
- id: mypy
2424
args: [cfonts]

0 commit comments

Comments
 (0)