Skip to content
Snippets Groups Projects
Commit 3df140b2 authored by Dor Askayo's avatar Dor Askayo Committed by Phil Dawson
Browse files

setup.cfg: exclude .eggs/**, build/** and tmp/** from pycodestyle linting

parent 99764715
Branches
No related tags found
Loading
......@@ -20,4 +20,4 @@ env =
[pycodestyle]
max-line-length = 119
ignore = E129,E125,W504,W605
exclude = .git/**,.tox/**,doc/source/conf.py,buildstream/_fuse/fuse.py,buildstream/_protos/**/*py
exclude = .git/**,.tox/**,.eggs/**,build/**,doc/source/conf.py,buildstream/_fuse/fuse.py,buildstream/_protos/**/*py,tmp/**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment