Skip to content

Commit 27391a1

Browse files
authoredMar 3, 2025··
[pre-commit.ci] pre-commit autoupdate (#850)
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ee9bf73 commit 27391a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: mixed-line-ending
2828

2929
- repo: https://github.com/pycqa/isort
30-
rev: 6.0.0
30+
rev: 6.0.1
3131
hooks:
3232
- id: isort
3333

@@ -38,13 +38,13 @@ repos:
3838
args: [--target-version, "3.2"]
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.7
41+
rev: v0.9.9
4242
hooks: # Format before linting
4343
# - id: ruff-format
4444
- id: ruff
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: v2.5.0
47+
rev: v2.5.1
4848
hooks:
4949
- id: pyproject-fmt
5050

0 commit comments

Comments
 (0)
Please sign in to comment.