Skip to content

Commit 538f043

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (pallets-eco#1277)
2 parents e79895a + ecf96fb commit 538f043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.14.0
5+
rev: v3.15.0
66
hooks:
77
- id: pyupgrade
88
args: ["--py38-plus"]
@@ -13,7 +13,7 @@ repos:
1313
files: "^(?!examples/)"
1414
args: ["--py38-plus", "--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.9.1
16+
rev: 23.11.0
1717
hooks:
1818
- id: black
1919
args: ["--target-version", "py38"]
@@ -25,7 +25,7 @@ repos:
2525
- flake8-bugbear
2626
- flake8-implicit-str-concat
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.4.0
28+
rev: v4.5.0
2929
hooks:
3030
- id: fix-byte-order-marker
3131
- id: trailing-whitespace

0 commit comments

Comments
 (0)