Skip to content

Commit 790241b

Browse files
[pre-commit.ci] pre-commit autoupdate (#4058)
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](asottile/pyupgrade@v2.34.0...v2.37.1) - [github.com/hadialqattan/pycln: v1.3.5 → v2.0.1](hadialqattan/pycln@v1.3.5...v2.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f9f0049 commit 790241b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232

3333
# Upgrade old Python syntax
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: "v2.34.0"
35+
rev: "v2.37.1"
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -71,7 +71,7 @@ repos:
7171

7272
# Autoremoves unused imports
7373
- repo: https://github.com/hadialqattan/pycln
74-
rev: "v1.3.5"
74+
rev: "v2.0.1"
7575
hooks:
7676
- id: pycln
7777
stages: [manual]

0 commit comments

Comments
 (0)