Skip to content

Commit b3cee18

Browse files
authored
Merge pull request #1842 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fb5f507 + 73825ae commit b3cee18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repos:
1717
--add-import, 'from __future__ import annotations',
1818
]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.8.0
20+
rev: v3.9.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424
- repo: https://github.com/psf/black
25-
rev: 23.3.0
25+
rev: 23.7.0
2626
hooks:
2727
- id: black
2828
args: [--line-length=79]

0 commit comments

Comments
 (0)