Skip to content

Commit 2c5fed9

Browse files
[pre-commit.ci] pre-commit autoupdate (#599)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6532cf0 commit 2c5fed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-ast
66
- id: check-case-conflict
@@ -10,12 +10,12 @@ repos:
1010
- id: debug-statements
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.31.1
13+
rev: v2.32.0
1414
hooks:
1515
- id: pyupgrade
1616

1717
- repo: https://github.com/psf/black
18-
rev: 22.1.0
18+
rev: 22.3.0
1919
hooks:
2020
- id: black
2121

0 commit comments

Comments
 (0)