We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c71816 commit e2f9cb8Copy full SHA for e2f9cb8
MANIFEST.in
@@ -8,5 +8,4 @@ global-include *.h
8
global-include *.hh
9
global-include *.sh
10
recursive-include doc *
11
-include versioneer.py
12
include pytensor/_version.py
pyproject.toml
@@ -150,7 +150,6 @@ lines-after-imports = 2
150
"tests/sparse/test_sp2.py" = ["E402"]
151
"tests/sparse/test_utils.py" = ["E402"]
152
"tests/sparse/sandbox/test_sp.py" = ["E402", "F401"]
153
-"versioneer.py" = ["I"]
154
155
156
[tool.mypy]
0 commit comments