Skip to content

Commit 864570d

Browse files
Add comments
1 parent 2e14a67 commit 864570d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pyproject.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TODO:
22
# * Run check-manifest
3-
# * Use ruff?
3+
# * Use ruff
44
# * Remove .codespellrc
55
# * Decide on good configurations for tools
66
# * Remove requirements.txt
@@ -55,7 +55,6 @@ Changelog = "https://libsemigroups.github.io/libsemigroups_pybind11/changelog.ht
5555
[project.optional-dependencies]
5656
test = ["pytest"]
5757
docs = [
58-
"six",
5958
"sphinx_rtd_theme",
6059
"sphinx >=8.2",
6160
"sphinx-copybutton",
@@ -97,3 +96,15 @@ notes = []
9796

9897
[tool.pylint.similarities]
9998
ignore-imports = "yes"
99+
100+
# TODO: Decide if we want to use mypy
101+
# [tool.mypy]
102+
# files = "src"
103+
# python_version = "3.9"
104+
# strict = true
105+
# enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
106+
# warn_unreachable = true
107+
108+
# [[tool.mypy.overrides]]
109+
# module = [ "_libsemigroups_pybind11", ]
110+
# ignore_missing_imports = true

0 commit comments

Comments
 (0)