Skip to content

Commit 3d96a93

Browse files
Add comments
1 parent 72bfde4 commit 3d96a93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO:
2-
# * Run check-manifest
2+
# * Run check-manifest and populate MANIFEST.in
33
# * Use ruff
44
# * Remove .codespellrc
55
# * Decide on good configurations for tools
@@ -74,6 +74,7 @@ line-length = 80
7474
line-length = 100
7575
lint.ignore = ["F401", "E402"]
7676
lint.select = ["E", "F", "B"]
77+
# Uncomment the following to have more aggressive ruff linting
7778
# lint.extend-select = ["B", "I", "UP"]
7879

7980
# [tool.ruff.format]

0 commit comments

Comments
 (0)