Skip to content

Commit c23e7cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/uv-pre-commit: 0.8.13 → 0.9.5](astral-sh/uv-pre-commit@0.8.13...0.9.5)
1 parent 8c044c5 commit c23e7cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/hadialqattan/pycln
3-
rev: v2.5.0 # Possible releases: https://github.com/hadialqattan/pycln/releases
3+
rev: v2.6.0 # Possible releases: https://github.com/hadialqattan/pycln/releases
44
hooks:
55
- id: pycln
66
- repo: 'https://github.com/psf/black'
7-
rev: 25.1.0
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010
args:
@@ -35,7 +35,7 @@ repos:
3535
- "--ignore=E203,W503"
3636
- "--select=W504"
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
38+
rev: v3.21.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py39-plus, --keep-runtime-typing]
@@ -55,7 +55,7 @@ repos:
5555

5656
- repo: https://github.com/astral-sh/uv-pre-commit
5757
# uv version.
58-
rev: 0.8.13
58+
rev: 0.9.5
5959
hooks:
6060
# Update the uv lockfile
6161
- id: uv-lock

0 commit comments

Comments
 (0)