forked from umami-hep/puma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (39 loc) · 862 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
42
43
44
45
[metadata]
name = puma-hep
description = Plotting API for HEP flavour tagging plots.
version = attr: puma.__version__
keywords = machine learning, flavour tagging, plots
url = https://github.com/umami-hep/puma
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.8
install_requires=
atlasify==0.8.0
h5py>=3.7.0
matplotlib>=3.5.1
numpy>=1.21.0
palettable==3.3.0
pandas>=1.3.5
scipy>=1.8.0
packages = find:
[isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
[flake8]
ignore = E203, E266, W503
max-line-length = 88
select = B,C,E,F,W,T4
# darglint-ignore-regex = *
[darglint]
ignore=DAR203, DAR103
docstring_style=numpy
strictness=full
log_level=INFO
[pylint.FORMAT]
max-line-length = 88
[pylint.'MESSAGES CONTROL']
disable = fixme,duplicate-code