Skip to content

Commit dfa2c4a

Browse files
[pre-commit.ci] pre-commit autoupdate (#414)
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 96709d0 commit dfa2c4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ repos:
4848
- flake8-use-fstring==1.3
4949

5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v2.34.0
51+
rev: v2.37.1
5252
hooks:
5353
- id: pyupgrade
5454
args:
5555
- --py37-plus
5656

5757
- repo: https://github.com/hadialqattan/pycln
58-
rev: v1.3.5
58+
rev: v2.0.1
5959
hooks:
6060
- id: pycln
6161
args: [--all]

0 commit comments

Comments
 (0)