Skip to content
Snippets Groups Projects
Commit a21dd9ee authored by dboe's avatar dboe
Browse files

Update template

parent 9632c63c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ you through the process. ...@@ -23,6 +23,7 @@ you through the process.
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/ .. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
From sources From sources
------------ ------------
......
...@@ -94,6 +94,8 @@ max-line-length = 99 ...@@ -94,6 +94,8 @@ max-line-length = 99
doctests = True doctests = True
exclude = .git, .eggs, __pycache__, docs, dist, venv, .tox exclude = .git, .eggs, __pycache__, docs, dist, venv, .tox
ignore = E203 W503 W504 # wrong flake defaults: see https://github.com/psf/black/issues/315, https://github.com/psf/black/issues/43 ignore = E203 W503 W504 # wrong flake defaults: see https://github.com/psf/black/issues/315, https://github.com/psf/black/issues/43
per-file-ignores =
__init__.py: F401
[pylint.] [pylint.]
ignore = setup.py ignore = setup.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment