-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (29 loc) · 795 Bytes
/
setup.cfg
File metadata and controls
34 lines (29 loc) · 795 Bytes
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
[nosetests]
match=^test
nocapture=1
cover-package=mxsniff
cover-erase=1
with-doctest=1
[flake8]
ignore = I100, I201, E501, E124, E128, E203, E402, W503, D100, D101, D102, D103, D104, D107, S101
max-line-length = 88
enable-extensions = G
accept-encodings = utf-8
classmethod-decorators=classmethod, declared_attr
[pycodestyle]
max-line-length = 88
[pydocstyle]
ignore = D100, D101, D102, D103, D104, D107
[isort]
multi_line_output = 3
include_trailing_comma = true
line_length = 88
order_by_type = true
use_parentheses = true
from_first = true
known_future_library = __future__, six, future
default_section = THIRDPARTY
sections = FUTURE, STDLIB, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
# Bandit config for flake8-bandit. There's another copy in .pre-commit-config.yaml
[bandit]
exclude = tests