Skip to content

Commit e0cbad8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent f92c97d commit e0cbad8

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
@@ -9,7 +9,7 @@ repos:
99
- id: debug-statements
1010

1111
- repo: https://github.com/asottile/reorder-python-imports
12-
rev: v3.14.0
12+
rev: v3.15.0
1313
hooks:
1414
- id: reorder-python-imports
1515
exclude: ^demo/
@@ -25,7 +25,7 @@ repos:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/add-trailing-comma
28-
rev: v3.1.0
28+
rev: v3.2.0
2929
hooks:
3030
- id: add-trailing-comma
3131

@@ -35,6 +35,6 @@ repos:
3535
- id: setup-cfg-fmt
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.15.0
38+
rev: v1.16.0
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)