linting

Configuration for various linting tools, such as Flake8 and Pylint.

Functions:

make_pylintrc(repo_path, templates)

Copy .pylintrc into the desired repository.

make_pylintrc(repo_path, templates)[source]

Copy .pylintrc into the desired repository.

Parameters
  • repo_path (Path) – Path to the repository root.

  • templates (Environment)

Return type

List[str]