Skip to content

Commit 2683a76

Browse files
pre-commit-ci[bot]RF-Tar-Railt
authored andcommitted
⬆️ auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9)
1 parent f62bc50 commit 2683a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
stages: [pre-commit]
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.4
22+
rev: v0.9.9
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-backend = "pdm.backend"
3333
[tool.pdm]
3434
[tool.pdm.dev-dependencies]
3535
dev = [
36-
"isort!=6.0.0",
36+
"isort==5.13.2",
3737
"black>=25.1.0",
3838
"loguru>=0.7.2",
3939
"ruff>=0.8.4",

0 commit comments

Comments
 (0)