mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
@@ -137,7 +137,12 @@ exclude = [
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
files = ["sphinx", "utils", "tests", "doc/conf.py"]
|
||||
files = [
|
||||
"doc/conf.py",
|
||||
"sphinx",
|
||||
"tests",
|
||||
"utils",
|
||||
]
|
||||
exclude = [
|
||||
"tests/roots",
|
||||
# tests/
|
||||
|
||||
Reference in New Issue
Block a user