Skip to content

Commit 70325eb

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 8521bd4 commit 70325eb

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
@@ -20,11 +20,11 @@ repos:
2020
- id: isort
2121
args: ["--profile", "black"]
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.19.0
23+
rev: v3.19.1
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/hadialqattan/pycln
27-
rev: v2.4.0
27+
rev: v2.5.0
2828
hooks:
2929
- id: pycln
3030
args:

0 commit comments

Comments
 (0)