Skip to content

Commit eab226e

Browse files
[pre-commit.ci] pre-commit autoupdate (#1265)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0f090b4 commit eab226e

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
@@ -2,18 +2,18 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.10.1
5+
rev: v3.14.0
66
hooks:
77
- id: pyupgrade
88
args: ["--py38-plus"]
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.10.0
10+
rev: v3.12.0
1111
hooks:
1212
- id: reorder-python-imports
1313
files: "^(?!examples/)"
1414
args: ["--py38-plus", "--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.7.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919
args: ["--target-version", "py38"]

0 commit comments

Comments
 (0)