Skip to content

Commit e980159

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.10.0](pre-commit/mirrors-mypy@v1.5.1...v1.10.0) - [github.com/streetsidesoftware/cspell-cli: v7.3.1 → v8.8.2](streetsidesoftware/cspell-cli@v7.3.1...v8.8.2)
1 parent ba5c492 commit e980159

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.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -9,13 +9,13 @@ repos:
99
- id: debug-statements
1010

1111
- repo: https://github.com/asottile/reorder-python-imports
12-
rev: v3.12.0
12+
rev: v3.13.0
1313
hooks:
1414
- id: reorder-python-imports
1515
exclude: ^sandbox/|^demo/
1616

1717
- repo: https://github.com/psf/black
18-
rev: 23.9.1
18+
rev: 24.4.2
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.10.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.8.2
4343
hooks:
4444
- id: cspell

0 commit comments

Comments
 (0)