Added pre-commit

This commit is contained in:
Felipe M 2021-02-02 12:57:10 +01:00
parent 7f6830e377
commit a512896ff5
Signed by: fmartingr
GPG key ID: 716BC147715E716F
4 changed files with 256 additions and 97 deletions

View file

@ -11,6 +11,6 @@ include_trailing_comma = True
length_sort = 1
lines_between_types = 0
line_length = 88
known_third_party = click,django,docker,factory,pydantic,pytest,requests,toml
known_third_party = dataset,dice,flask,pkg_resources,pytest,requests,structlog
sections = FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
no_lines_before = LOCALFOLDER