Skip to content

Commit 94d97d8

Browse files
authored
Improve pre-commit hooks (#190)
1 parent 27975ae commit 94d97d8

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ repos:
3535
rev: v3.1.0
3636
hooks:
3737
- id: setup-cfg-fmt
38-
- repo: https://github.com/pycqa/isort
39-
rev: 7.0.0
40-
hooks:
41-
- id: isort
42-
name: isort (python)
4338
- repo: https://github.com/pycqa/pylint
4439
rev: v4.0.3
4540
hooks:

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ dev = [
4040
"black>=25.9.0",
4141
"build>=1.3.0",
4242
"datamodel-code-generator>=0.35.0",
43-
"flake8>=7.3.0",
44-
"isort>=6.1.0",
4543
"mypy>=1.18.2",
4644
"pdoc3>=0.11.6",
4745
"pre-commit>=4.3.0",
@@ -74,5 +72,5 @@ exclude = [
7472
"renovate.json"
7573
]
7674

77-
[tool.isort]
78-
profile = "black"
75+
[tool.ruff.lint]
76+
select = ["E", "F", "I"]

0 commit comments

Comments
 (0)