We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27975ae commit 94d97d8Copy full SHA for 94d97d8
.pre-commit-config.yaml
@@ -35,11 +35,6 @@ repos:
35
rev: v3.1.0
36
hooks:
37
- 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)
43
- repo: https://github.com/pycqa/pylint
44
rev: v4.0.3
45
pyproject.toml
@@ -40,8 +40,6 @@ dev = [
"black>=25.9.0",
"build>=1.3.0",
"datamodel-code-generator>=0.35.0",
- "flake8>=7.3.0",
- "isort>=6.1.0",
"mypy>=1.18.2",
46
"pdoc3>=0.11.6",
47
"pre-commit>=4.3.0",
@@ -74,5 +72,5 @@ exclude = [
74
72
"renovate.json"
75
73
]
76
77
-[tool.isort]
78
-profile = "black"
+[tool.ruff.lint]
+select = ["E", "F", "I"]
0 commit comments