Skip to content
Snippets Groups Projects
Commit c4641d5f authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Prevent flake8 from checking node_modules

parent 10c1ef41
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ ignore_errors = False
disallow_untyped_defs = True
[flake8]
ignore=E501,F405
exclude=*/migrations/*
ignore = E501,F405
exclude = migrations,node_modules
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