-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (38 loc) · 889 Bytes
/
setup.cfg
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
[isort]
# These rules should conform to flake8-import-order's google import order style
# and black's styling rules
# If adding a new package to this list, please make sure to update the .flake8 file as
# well
atomic=true
combine_as_imports=true
default_section=THIRDPARTY
force_sort_within_sections=true
include_trailing_comma=true
known_first_party=
pysaql
line_length=88
multi_line_output=3
no_lines_before=LOCALFOLDER
order_by_type=false
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
skip=__init__.py
[pydocstyle]
convention=google
add-select=D413,D419
add-ignore=D202,D205,D415
[mypy]
mypy_path=pysaql
ignore_missing_imports=True
allow_redefinition=True
no_strict_optional=True
follow_imports=silent
disallow_untyped_defs=True
disallow_incomplete_defs=True
warn_unreachable=True
[codespell]
check-filenames=
count=
context=1
quiet-level=3
ignore-words-list=
mape