Skip to content

Commit eaa74bc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.13](astral-sh/ruff-pre-commit@v0.8.4...v0.11.13)
1 parent e858818 commit eaa74bc

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/hadialqattan/pycln
3-
rev: v2.4.0
3+
rev: v2.5.0
44
hooks:
55
- id: pycln
66
args: [--config, pyproject.toml]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
stages: [pre-commit]
@@ -23,7 +23,7 @@ repos:
2323

2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.8.4
26+
rev: v0.11.13
2727
hooks:
2828
# Run the linter.
2929
- id: ruff

0 commit comments

Comments
 (0)