Skip to content

Commit ea8627d

Browse files
committed
Merge branch '3.0.x'
2 parents dedee04 + 7698701 commit ea8627d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ci:
2+
autoupdate_branch: "3.0.x"
23
autoupdate_schedule: monthly
34
repos:
45
- repo: https://github.com/asottile/pyupgrade
@@ -13,7 +14,7 @@ repos:
1314
files: "^(?!examples/)"
1415
args: ["--py37-plus", "--application-directories", "src"]
1516
- repo: https://github.com/psf/black
16-
rev: 22.12.0
17+
rev: 23.1.0
1718
hooks:
1819
- id: black
1920
args: ["--target-version", "py37"]

0 commit comments

Comments
 (0)