6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
[Python]
|
|
files = src/**/*.py
|
|
ignore = src/**/migrations/*
|
|
bears = SpaceConsistencyBear,PEP8Bear,PyLintBear,PyUnusedCodeBear
|
|
use_spaces = True
|