Skip to content

Commit f8eb31f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent 3d48ff9 commit f8eb31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^($|.*\.bin)'
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.11.0
4+
rev: 24.1.1
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
@@ -24,7 +24,7 @@ repos:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.7.1
27+
rev: v1.8.0
2828
hooks:
2929
- id: mypy
3030
files: ^(src|tests)

0 commit comments

Comments
 (0)