diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3e1095..f46c3fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,8 @@ exclude: | (?x)( ^docs/ | - ^_docs/_build/html/ + ^_docs/_build/html/ | + ^Lasagne/ ) repos: # - repo: https://github.com/psf/black diff --git a/setup.cfg b/setup.cfg index b849a8b..1b7c506 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ ignore = D100,D101,D102,D103,D105,D200,D205,D210,D400,D401,D403,E127,E201,E202,E # See also https://github.com/PyCQA/pep8-naming#error-codes # Exclude the git directory and virtualenv directory (as `.env`) -exclude = .git,.env +exclude = .git,.env,Lasagne [tool:brunette] line-length = 90