Skip to content

Commit 8364037

Browse files
[pre-commit.ci] pre-commit autoupdate (#444)
updates: - [github.com/hadialqattan/pycln: v1.2.5 → v1.3.2](hadialqattan/pycln@v1.2.5...v1.3.2) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.1](asottile/pyupgrade@v2.31.1...v2.32.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 91ded93 commit 8364037

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
@@ -25,7 +25,7 @@ repos:
2525
- id: detect-private-key
2626
exclude: ^examples|(?:tests/ssl)/
2727
- repo: https://github.com/hadialqattan/pycln
28-
rev: v1.2.5
28+
rev: v1.3.2
2929
hooks:
3030
- id: pycln
3131
args: ["--all"]
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: "v2.31.1"
46+
rev: "v2.32.1"
4747
hooks:
4848
- id: pyupgrade
4949
args: ["--py36-plus", "--keep-mock"]

0 commit comments

Comments
 (0)