Skip to content

Commit

Permalink
flake is now ignoring the build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Mar 8, 2021
1 parent 2cee36f commit b096f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
exclude = .git,.nox,.tox,omegaconf/grammar/gen
exclude = .git,.nox,.tox,omegaconf/grammar/gen, build
max-line-length = 119
select = E,F,W,C
ignore=W503,E203

0 comments on commit b096f3f

Please sign in to comment.