Skip to content

Commit 3234d72

Browse files
Merge pull request #741 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b7c0d0d + eed1b26 commit 3234d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ default_language_version:
22
python: python3.9
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.3.0
5+
rev: 22.6.0
66
hooks:
77
- id: black
88
args: [--safe, --quiet]
99
- repo: https://github.com/asottile/reorder_python_imports
10-
rev: v3.1.0
10+
rev: v3.3.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: [ "--application-directories=.:src" , --py37-plus, --add-import, 'from __future__ import annotations']

0 commit comments

Comments
 (0)