Skip to content

Commit 38bed33

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0) - [github.com/streetsidesoftware/cspell-cli: v7.3.1 → v8.3.0](streetsidesoftware/cspell-cli@v7.3.1...v8.3.0)
1 parent ba5c492 commit 38bed33

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
@@ -15,7 +15,7 @@ repos:
1515
exclude: ^sandbox/|^demo/
1616

1717
- repo: https://github.com/psf/black
18-
rev: 23.9.1
18+
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
exclude: ^sandbox/
@@ -33,12 +33,12 @@ repos:
3333
exclude: ^sandbox/
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.5.1
36+
rev: v1.8.0
3737
hooks:
3838
- id: mypy
3939
exclude: ^(sandbox/|setup.py|demo)
4040

4141
- repo: https://github.com/streetsidesoftware/cspell-cli
42-
rev: v7.3.1
42+
rev: v8.3.0
4343
hooks:
4444
- id: cspell

0 commit comments

Comments
 (0)