Skip to content

Commit

Permalink
Configure .venv, venv as flake8 ignored directories (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: James Addison <james@reciperadar.com>
  • Loading branch information
vabene1111 and jayaddison committed Oct 1, 2022
1 parent 03aa8b3 commit ccda81d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
Expand Up @@ -5,4 +5,6 @@ ignore = E203, E266, E501, W503, FS002
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = tests/test_data/*
exclude =
./.venv/
./venv/

0 comments on commit ccda81d

Please sign in to comment.