Skip to content

Commit 1316133

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/pyupgrade: v3.3.2 → v3.10.1](asottile/pyupgrade@v3.3.2...v3.10.1) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.5.0](pre-commit/mirrors-mypy@v1.2.0...v1.5.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0)
1 parent 85619cc commit 1316133

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ repos:
77
- id: debug-statements
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10-
- repo: https://github.com/asottile/reorder_python_imports
11-
rev: v3.9.0
10+
- repo: https://github.com/asottile/reorder-python-imports
11+
rev: v3.10.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py36-plus]
1515
- repo: https://github.com/psf/black
16-
rev: 23.3.0
16+
rev: 23.7.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.2
20+
rev: v3.10.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py36-plus]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.2.0
25+
rev: v1.5.0
2626
hooks:
2727
- id: mypy
2828
exclude: ^(docs/|tests/)
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: gitlint
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v2.4.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
args: [--min-py3-version, '3.6']

0 commit comments

Comments
 (0)