Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit ab0044b

Browse files
Auto-update pre-commit hooks (#10)
1 parent d9a5b3f commit ab0044b

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
@@ -12,7 +12,7 @@ repos:
1212
- id: check-merge-conflict
1313

1414
- repo: https://github.com/psf/black
15-
rev: 22.8.0
15+
rev: 22.10.0
1616
hooks:
1717
- id: black
1818
language_version: python3
@@ -24,7 +24,7 @@ repos:
2424
args: [--py36-plus]
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.38.2
27+
rev: v3.0.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py36-plus]

0 commit comments

Comments
 (0)