Skip to content

Commit 6a0c47d

Browse files
[pre-commit.ci] pre-commit autoupdate (#17)
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.2...v0.11.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 15da234 commit 6a0c47d

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
@@ -8,16 +8,16 @@ repos:
88
- id: check-added-large-files
99
args: ["--maxkb=4000"]
1010
- repo: https://github.com/psf/black
11-
rev: 24.10.0
11+
rev: 25.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--filter-files"]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.8.2
20+
rev: v0.11.4
2121
hooks:
2222
- id: ruff
2323
args: ["--config", ".ruff.toml"]

0 commit comments

Comments
 (0)