Skip to content

Commit 0861fc7

Browse files
authored
Bump pre-commit packages (#76)
1 parent 7fe2815 commit 0861fc7

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
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.32.1
3+
rev: v2.34.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]
77
- repo: https://github.com/psf/black
8-
rev: 22.3.0
8+
rev: 22.6.0
99
hooks:
1010
- id: black
1111
args:
1212
- --safe
1313
- --quiet
1414
files: ^((python_scripts)/.+)?[^/]+\.py$
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.2.0
16+
rev: v4.3.0
1717
hooks:
1818
- id: no-commit-to-branch
1919
args:

0 commit comments

Comments
 (0)