-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (34 loc) · 925 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
[metadata]
license_file = LICENSE
[bdist_wheel]
universal = 1
# [versioneer]
# VCS = git
# style = pep440-tag
# versionfile_source = octoprint_CreatbotUtil/_version.py
# versionfile_build = octoprint_CreatbotUtil/_version.py
# tag_prefix =
# parentdir_prefix =
# lookupfile = .versioneer-lookup
[flake8]
max-line-length = 90
extend-ignore = E203, E231, E265, E266, E402, E501, E731
select = B,C,E,F,W,T4,B9
exclude =
octoprint_CreatbotUtil/vendor
[isort]
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
line_length = 90
skip =
octoprint_CreatbotUtil/vendor
known_first_party =
octoprint_CreatbotUtil
[codespell]
skip = *.po,*.min.js,.git,*/vendor/*,*/lib/*,*/bootstrap/*,*/node_modules/*,*/translations/*,*/venv*,*/.*,*/build/*,*/_build/*,setup.cfg,AUTHORS.md
ignore-words = .codespell_ignore_words
quiet-level = 3
count =