Skip to content
Snippets Groups Projects
Commit ade94fb8 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add exclude for flake8

parent 5ccc4472
No related branches found
No related tags found
2 merge requests!131WIP: Fix linting,!125Update CI config
......@@ -3,3 +3,7 @@ count = True
max-line-length = 79
show-source = True
statistics = True
exclude =
.git,
__pycache__,
venv
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