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 72bfde4 commit 3d96a93Copy full SHA for 3d96a93
pyproject.toml
@@ -1,5 +1,5 @@
1
# TODO:
2
-# * Run check-manifest
+# * Run check-manifest and populate MANIFEST.in
3
# * Use ruff
4
# * Remove .codespellrc
5
# * Decide on good configurations for tools
@@ -74,6 +74,7 @@ line-length = 80
74
line-length = 100
75
lint.ignore = ["F401", "E402"]
76
lint.select = ["E", "F", "B"]
77
+# Uncomment the following to have more aggressive ruff linting
78
# lint.extend-select = ["B", "I", "UP"]
79
80
# [tool.ruff.format]
0 commit comments