Skip to content

steps, pyproject.toml: squelch some linters warnings

David Jaša requested to merge dj/linters into main

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 :)

Merge request reports