Ignoring stuff in flake8 pylint black etc.
-
Selecting and Ignoring Violations — flake8 7.2.0 documentation
-
mypy
-
ty: https://docs.astral.sh/ty/suppression/
a = 10 + "test" # ty: ignore[unsupported-operator]# type: ignore[arg-type, ty:missing-argument]both ty+mypy same line Ignoring files:
# type: ignore
# flake8: noqa
# pylint: skip-file
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus