steps, pyproject.toml: squelch some linters warnings
Supressed:
- missing typing stubs for some external modules
- redefined function errors in step definitions (names can repeat as they are not used, functions are called based on @step decorations
manual runs of pylint -E
or mypy
still show different warnings,
however my linters in vim no longer highlighs errors in these files :)