forked from glotzerlab/freud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (29 loc) · 758 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
[bumpversion]
current_version = 3.1.0
commit = True
tag = False
message = Bump up to version {new_version}.
[flake8]
max-line-length = 88
filename = *.py,*.pyx,*.pxi,*.pxd
force-check = True
exclude = .eggs,*.egg,build,extern,doc/source/gettingstarted/examples
select = E,F,W
ignore = E203,E225,E226,E227,E402,E741,E999,W503,W504
per-file-ignores =
freud/__init__.py: F401
freud/*.pxd: E402
[tool:pytest]
norecursedirs = extern
[bumpversion:file:freud/__init__.py]
[bumpversion:file:doc/source/conf.py]
[bumpversion:file:setup.py]
[bumpversion:file:.github/ISSUE_TEMPLATE/bug_report.yml]
[coverage:run]
branch = True
source = freud
plugins = Cython.Coverage
[coverage:report]
ignore_errors = True
[coverage:html]
directory = coverage_html_report