-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.coafile
45 lines (35 loc) · 770 Bytes
/
.coafile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[Default]
files = *.py, app/**/*.py
max_line_length = 79
use_spaces = True
[python]
bears = SpaceConsistencyBear, QuotesBear
language = python
default_actions = *: ApplyPatchAction
preferred_quotation = '
[flakes]
default_action: *: ShowPatchAction
bears = PyUnusedCodeBear
language = Python
[autopep8]
bears = PEP8Bear, PycodestyleBear
default_actions = PEP8Bear: ApplyPatchAction
[linelength]
bears = LineLengthBear
ignore_length_regex = ^.*https?://
[LineCounting]
enabled = False
bears = LineCountBear
max_lines_per_file = 1000
[PythonPackageInit]
bears = PythonPackageInitBear
ignore = *.py
[shell]
bears = ShellCheckBear
files = setup.sh
[CI]
files = .circleci/*
bears = SpaceConsistencyBear
[yml]
bears = YAMLLintBear
files = .circleci/config.yml