Skip to content

Commit

Permalink
v 0.0.31 disable mypy warn_unused_ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Aug 9, 2024
1 parent 2ce67bf commit dd699cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pythonpath = [
[tool.mypy]
explicit_package_bases = true
ignore_missing_imports = true
warn_unused_ignores = true
warn_unused_ignores = false
namespace_packages = true
strict = true

0 comments on commit dd699cc

Please sign in to comment.