Skip to content

Commit 20627ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.12...v0.13.3)
1 parent f6f2641 commit 20627ae

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
@@ -10,18 +10,18 @@ repos:
1010
- id: end-of-file-fixer
1111

1212
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: 25.1.0
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
args: ["--config", "pyproject.toml"]
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.0.1
19+
rev: 6.1.0
2020
hooks:
2121
- id: isort
2222
args: [--settings-path, "./pyproject.toml"]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.12
25+
rev: v0.13.3
2626
hooks:
2727
- id: ruff

0 commit comments

Comments
 (0)