Skip to content

Commit 932644e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.2.2](asottile/pyupgrade@v2.38.2...v3.2.2) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.2](hadialqattan/pycln@v2.1.1...v2.1.2) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent c9b7dfa commit 932644e

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.38.2
6+
rev: v3.2.2
77
hooks:
88
- id: pyupgrade
99
args:
@@ -15,13 +15,13 @@ repos:
1515
- id: isort
1616

1717
- repo: https://github.com/hadialqattan/pycln
18-
rev: v2.1.1
18+
rev: v2.1.2
1919
hooks:
2020
- id: pycln
2121
args: [--all]
2222

2323
- repo: https://github.com/psf/black
24-
rev: 22.8.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727

0 commit comments

Comments
 (0)