Revision c5f969028c8e937c02a5b009347d12e2f7843be9 authored by Matthew Newville on 20 December 2019, 19:51:16 UTC, committed by Matthew Newville on 20 December 2019, 19:51:16 UTC
1 parent f6aa1d9
Raw File
setup.cfg
[versioneer]
VCS = git
style = pep440
versionfile_source = lmfit/_version.py
versionfile_build = lmfit/_version.py
tag_prefix =
parentdir_prefix = lmfit-

[isort]
skip=versioneer.py,lmfit/_version.py,lmfit/__init__.py,doc/conf.py
known_third_party=asteval,dill,emcee,IPython,matplotlib,numdifftools,numpy,NISTModels,pandas,pytest,scipy,six,uncertainties
known_first_party=lmfit
force_sort_within_sections=True

[rstcheck]
report=warning
ignore_substitutions=release
ignore_roles=scipydoc,numpydoc
ignore_directives=autoclass,autodoc,autofunction,automethod,jupyter-execute

[flake8]
ignore = E121,E123,E126,E226,W503,W504,E501,E731
exclude = doc/conf.py, versioneer.py, lmfit/__init__.py, lmfit/ui/__init__.py
back to top