From a21dd9eeca9ac583d24960a72e482c30ad975c6a Mon Sep 17 00:00:00 2001 From: dboe <dboe@ipp.mpg.de> Date: Fri, 20 Aug 2021 12:29:02 +0200 Subject: [PATCH] Update template --- docs/installation.rst | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 2a14f75..4fbc585 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -23,6 +23,7 @@ you through the process. .. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/ + From sources ------------ diff --git a/setup.cfg b/setup.cfg index ebe47bb..69c99e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -94,6 +94,8 @@ max-line-length = 99 doctests = True 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 +per-file-ignores = + __init__.py: F401 [pylint.] ignore = setup.py -- GitLab