Skip to content

Commit ff505cf

Browse files
[pre-commit.ci] pre-commit autoupdate (#33)
updates: - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.1...v0.14.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7fc4205 commit ff505cf

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
@@ -9,18 +9,18 @@ repos:
99
- id: mixed-line-ending
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.0.1
12+
rev: 7.0.0
1313
hooks:
1414
- id: isort
1515
files: ex_app/lib/
1616

17-
- repo: https://github.com/psf/black
17+
- repo: https://github.com/psf/black-pre-commit-mirror
1818
rev: 25.9.0
1919
hooks:
2020
- id: black
2121
files: ex_app/lib/
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.13.1
24+
rev: v0.14.2
2525
hooks:
2626
- id: ruff

0 commit comments

Comments
 (0)