Skip to content

Commit

Permalink
Disable linting of Lasagne submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemellophone committed Dec 10, 2021
1 parent 4e088d3 commit ab66500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
exclude: |
(?x)(
^docs/ |
^_docs/_build/html/
^_docs/_build/html/ |
^Lasagne/
)
repos:
# - repo: https://github.com/psf/black
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab66500

Please sign in to comment.