Skip to content

Commit f13ab47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0)
1 parent f478457 commit f13ab47

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
@@ -1,13 +1,13 @@
11
repos:
22
# Order matters because pyupgrade may make changes that pycln and black have to clean up
33
- repo: https://github.com/asottile/pyupgrade
4-
rev: v3.19.0
4+
rev: v3.19.1
55
hooks:
66
- id: pyupgrade
77
args: [--py37-plus]
88

99
- repo: https://github.com/hadialqattan/pycln
10-
rev: v2.4.0
10+
rev: v2.5.0
1111
hooks:
1212
- id: pycln
1313
args: [--config=pyproject.toml]

0 commit comments

Comments
 (0)