We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tools/build/compute-changes.py
mypy
1 parent cb640b6 commit 8b2fb62Copy full SHA for 8b2fb62
Tools/build/mypy.ini
@@ -1,5 +1,7 @@
1
[mypy]
2
-files = Tools/build/generate_sbom.py
+files =
3
+ Tools/build/compute-changes.py,
4
+ Tools/build/generate_sbom.py
5
pretty = True
6
7
# Make sure Python can still be built
0 commit comments