Coala .coafile hinzugefügt für einfache überwachung der Codestandards.

This commit is contained in:
2017-06-09 17:19:44 +02:00
parent a26a91c360
commit 63e099b7c5

5
.coafile Normal file
View File

@@ -0,0 +1,5 @@
[Python]
files = src/**/*.py
ignore = src/**/migrations/*
bears = SpaceConsistencyBear,PEP8Bear,PyLintBear,PyUnusedCodeBear
use_spaces = True