Skip to content

Commit

Permalink
Type ignore setup.py (#39)
Browse files Browse the repository at this point in the history
* type ignore setup.py

* Revert "type ignore setup.py"

This reverts commit 62b96c6.

* Add setup.py to pyrightconfig
  • Loading branch information
cpsievert committed Sep 3, 2024
1 parent a83f4f3 commit 3a899f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore": ["build", "dist", "typings", "sandbox", "_dev"],
"ignore": ["build", "dist", "typings", "sandbox", "_dev", "setup.py"],
"typeCheckingMode": "strict",
"reportImportCycles": "none",
"reportUnusedFunction": "none",
Expand Down

0 comments on commit 3a899f6

Please sign in to comment.