Skip to content

Commit fe2700d

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.11.0](asottile/reorder-python-imports@v3.10.0...v3.11.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](asottile/pyupgrade@v3.10.1...v3.11.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent e8e9dfa commit fe2700d

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
@@ -65,7 +65,7 @@ repos:
6565
- id: python-use-type-annotations
6666
- id: python-no-log-warn
6767
- repo: https://github.com/asottile/reorder-python-imports
68-
rev: "v3.10.0"
68+
rev: "v3.11.0"
6969
hooks:
7070
- id: reorder-python-imports
7171
args: [--py36-plus]
@@ -75,7 +75,7 @@ repos:
7575
- id: add-trailing-comma
7676
args: [--py36-plus]
7777
- repo: https://github.com/asottile/pyupgrade
78-
rev: "v3.10.1"
78+
rev: "v3.11.0"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]
@@ -89,7 +89,7 @@ repos:
8989
- id: mypy
9090
args: [--config-file, .meta/mypy.ini]
9191
- repo: https://github.com/psf/black
92-
rev: "23.7.0"
92+
rev: "23.9.1"
9393
hooks:
9494
- id: black
9595
language_version: python38

0 commit comments

Comments
 (0)