Skip to content

Commit 41a9555

Browse files
committed
Exclude build/ and dist/ dirs from linting
1 parent c8c6313 commit 41a9555

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ commands =
1818
max-line-length = 120
1919
ignore = E722, E731, E741, W504
2020
exclude =
21+
build/,
22+
dist/,
2123
.cache/,
2224
.tox/,
2325
benchmarks/,

0 commit comments

Comments
 (0)