We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b272b6 commit 154add5Copy full SHA for 154add5
pyproject.toml
@@ -58,8 +58,20 @@ color = true
58
line-length = 80
59
target-version = ['py310']
60
61
-[tool.mypy]
62
-namespace_packages = true
+[tool.ruff]
+line-length = 80
63
+exclude = [
64
+ ".eggs",
65
+ ".git",
66
+ ".mypy_cache",
67
+ ".pytest_cache",
68
+ ".ruff_cache",
69
+ ".venv",
70
+ ".vscode",
71
+ "__pypackages__",
72
+ "build",
73
+ "dist",
74
+]
75
76
[tool.isort]
77
line_length = 80
0 commit comments