Skip to content

Commit f86a392

Browse files
author
BoboTiG
committed
Add coala configuration
1 parent 3954548 commit f86a392

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.coafile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pylint_disable = locally-disabled[Default]
2+
bears = LineLengthBear, SpaceConsistencyBear, PEP8Bear, PyImportSortBear, PyLintBear, PyUnusedCodeBear
3+
files = mss.py
4+
use_spaces = yeah
5+
6+
pylint_disable = locally-disabled

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
build/
22
dist/
33
MANIFEST*
4+
*.orig
45
*.png
56
*.png.old
67
*.pyc

0 commit comments

Comments
 (0)