Skip to content

Commit 9c83f4a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](hadialqattan/pycln@v2.4.0...v2.6.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.11.0](psf/black-pre-commit-mirror@24.10.0...25.11.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.8.4...v0.14.5)
1 parent 655e979 commit 9c83f4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/hadialqattan/pycln
3-
rev: v2.4.0
3+
rev: v2.6.0
44
hooks:
55
- id: pycln
66
args: [--config, pyproject.toml]
77

8-
- repo: https://github.com/psf/black
9-
rev: 24.10.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.11.0
1010
hooks:
1111
- id: black
1212
stages: [pre-commit]
1313

1414
#pre-commit
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
args: [--maxkb=100]
@@ -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.14.5
2727
hooks:
2828
# Run the linter.
2929
- id: ruff

0 commit comments

Comments
 (0)