Skip to content

Latest commit

 

History

History

lint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Description

Contain common files for linting for Python.

Files

.flake8

The .flake8 file contains all of the common configuration rules, as originally defined in SD Elements, as well as additional rules for other flake8-extensions. Rules for those extensions have been selected, and will lint your code against those rules if you have those extensions installed.

The following extensions are:

pyproject.toml

Contains configurations for Black

requirements.txt

Contains the libraries that use these configurations.