forked from lsst/pipe_tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (30 loc) · 936 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
[flake8]
max-line-length = 110
ignore = E133, E226, E228, E266, N802, N803, N806, N812, N813, N815, N816, W504
# TODO: remove E266 when Task documentation is converted to rst in DM-14207.
exclude =
__init__.py
tests/data/*
tests/.tests/*
tests/astrometry_net_data/*
[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 N802 N803 N806 N812 N813 N815 N816 W504
# TODO: remove E266 lines when Task documentation is converted to rst in DM-14207.
tests/data/*
tests/astrometry_net_data/*
assembleCoadd.py E266
calibrate.py E266
characterizeImage.py E266
exampleCmdLineTask.py E266
exampleStatsTasks.py E266
makeCoaddTempExp.py E266
measurePsf.py E266
multiBand.py E266
mergeMeasurements.py E266
photoCal.py E266
processCcd.py E266
propagateVisitFlags.py E266
repair.py E266
snapCombine.py E266
transformMeasurement.py E266