Skip to content

Commit a74b6bb

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 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.3.1](psf/black-pre-commit-mirror@24.10.0...26.3.1)
1 parent 8eae08b commit a74b6bb

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: 8.0.1
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: 26.3.1
2424
hooks:
2525
- id: black
2626
stages: [pre-commit]

0 commit comments

Comments
 (0)