Skip to content

Commit 7ff5515

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.11...v0.14.7)
1 parent 12b2450 commit 7ff5515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
args:
77
- --py39-plus
88
- repo: https://github.com/hadialqattan/pycln
9-
rev: v2.5.0
9+
rev: v2.6.0
1010
hooks:
1111
- id: pycln
1212
- repo: https://github.com/jvllmr/pyaphid
1313
rev: v0.3.1
1414
hooks:
1515
- id: pyaphid
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.11
17+
rev: v0.14.7
1818
hooks:
1919
- id: ruff
2020
args:

0 commit comments

Comments
 (0)