We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce688d7 commit 9a21478Copy full SHA for 9a21478
Makefile
@@ -7,6 +7,7 @@ fix-yapf:
7
--recursive \
8
--exclude versioneer.py \
9
--exclude src/mock_vws/_version.py \
10
+ --exclude build \
11
.
12
13
.PHONY: autoflake
@@ -38,6 +39,7 @@ lint:
38
39
--diff \
40
41
42
43
44
45
setup.cfg
@@ -39,6 +39,7 @@ ignore =
[flake8]
exclude=./versioneer.py,
./src/mock_vws/_version.py,
+ ./build/,
[versioneer]
VCS = git
0 commit comments