aboutsummaryrefslogblamecommitdiffstats
path: root/setup.cfg
blob: f43ef2fe383629ed5612bd2d17a6a29e08050561 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
        








                                                
[flake8]
ignore = E501,E741,W504
exclude = nikola/data/themes/base/messages

[pydocstyle]
add-ignore = D412, D413

[tool:pytest]
norecursedirs = .git
addopts = --cov nikola --cov-report term-missing