File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# TODO:
2
2
# * Run check-manifest
3
- # * Use ruff?
3
+ # * Use ruff
4
4
# * Remove .codespellrc
5
5
# * Decide on good configurations for tools
6
6
# * Remove requirements.txt
@@ -55,7 +55,6 @@ Changelog = "https://libsemigroups.github.io/libsemigroups_pybind11/changelog.ht
55
55
[project .optional-dependencies ]
56
56
test = [" pytest" ]
57
57
docs = [
58
- " six" ,
59
58
" sphinx_rtd_theme" ,
60
59
" sphinx >=8.2" ,
61
60
" sphinx-copybutton" ,
@@ -97,3 +96,15 @@ notes = []
97
96
98
97
[tool .pylint .similarities ]
99
98
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
You can’t perform that action at this time.
0 commit comments