forked from flyingcircusio/batou_ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (28 loc) · 722 Bytes
/
setup.cfg
File metadata and controls
32 lines (28 loc) · 722 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
[flake8]
ignore =
# Missing whitespace after ',', ';', or ':' -- enforced by yapf config
E231
# Line break occurred before a binary operator -- enforced by yapf config
W503
# Line break occurred after a binary operator -- enforced by yapf config
W504
max-line-length = 80
[isort]
multi_line_output = 3
include_trailing_comma = true
[tool:pytest]
addopts = --pyargs batou_ext
[zest.releaser]
version-levels = 3
history-file = CHANGES.md
release = yes
history_format = md
[tool.scriv]
format = md
fragment_directory = CHANGES.d
output_file = CHANGES.md
version = unreleased
entry_title_template =
new_fragment_template = - New changelog entry.
insert_marker = - Nothing changed yet.
categories =