Skip to content

Commit

Permalink
feat(configs): ignore .poetry while linting or formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ocardia committed May 29, 2020
1 parent 1510daf commit 1a50d8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
exclude = .venv,**/protobuf/models
exclude = .venv,.poetry,**/protobuf/models
max-line-length = 100
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 100
skip_glob = common
skip_glob = .venv,.poetry,common
known_first_party = immuni-common,immuni-analytics,immuni-app-configuration,immuni-exposure-ingestion,immuni-exposure-reporting,immuni-otp
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exclude = '''
\.html$ |
\.idea |
\.json$ |
\.poetry |
\.pyc$ |
\.sql$ |
\.vscode |
Expand Down

0 comments on commit 1a50d8c

Please sign in to comment.