Skip to content

Commit cd95f0f

Browse files
pre-commit-ci[bot]neersighted
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.2](hadialqattan/pycln@v2.1.1...v2.1.2)
1 parent b0b1823 commit cd95f0f

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
@@ -52,14 +52,14 @@ repos:
5252
- pep8-naming==0.13.1
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v3.2.0
55+
rev: v3.2.2
5656
hooks:
5757
- id: pyupgrade
5858
args:
5959
- --py37-plus
6060

6161
- repo: https://github.com/hadialqattan/pycln
62-
rev: v2.1.1
62+
rev: v2.1.2
6363
hooks:
6464
- id: pycln
6565
args: [--all]

0 commit comments

Comments
 (0)