Skip to content

Commit 9a21478

Browse files
committed
Exclude build from linter
1 parent ce688d7 commit 9a21478

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ fix-yapf:
77
--recursive \
88
--exclude versioneer.py \
99
--exclude src/mock_vws/_version.py \
10+
--exclude build \
1011
.
1112

1213
.PHONY: autoflake
@@ -38,6 +39,7 @@ lint:
3839
--diff \
3940
--recursive \
4041
--exclude versioneer.py \
42+
--exclude build \
4143
--exclude src/mock_vws/_version.py \
4244
.
4345

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ignore =
3939
[flake8]
4040
exclude=./versioneer.py,
4141
./src/mock_vws/_version.py,
42+
./build/,
4243

4344
[versioneer]
4445
VCS = git

0 commit comments

Comments
 (0)