diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..9f8ce35 --- /dev/null +++ b/.coafile @@ -0,0 +1,5 @@ +[Python] +files = src/**/*.py +ignore = src/**/migrations/* +bears = SpaceConsistencyBear,PEP8Bear,PyLintBear,PyUnusedCodeBear +use_spaces = True