Skip to content

Commit 791e44d

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](hadialqattan/pycln@v2.4.0...v2.6.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.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)
1 parent e25e449 commit 791e44d

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
@@ -7,20 +7,20 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/hadialqattan/pycln
10-
rev: v2.4.0
10+
rev: v2.6.0
1111
hooks:
1212
- id: pycln
1313
args: [--config, pyproject.toml]
1414
stages: [pre-commit]
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 7.0.0
1818
hooks:
1919
- id: isort
2020
stages: [pre-commit]
2121

22-
- repo: https://github.com/psf/black
23-
rev: 24.10.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 25.11.0
2424
hooks:
2525
- id: black
2626
stages: [pre-commit]

0 commit comments

Comments
 (0)