Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: TT-394 add file of rules flake8
  • Loading branch information
mandres2015 committed Nov 5, 2021
commit 9af2c810c084636de5c731c20fb31f05e600f275
4 changes: 4 additions & 0 deletions V2/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
exclude = .git,__pycache__,
max-complexity = 10
max_line_length = 120
1 change: 1 addition & 0 deletions V2/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ azure-functions-worker

# Tests
pytest
flake8==4.0.1

# Mocking
pytest-mock
Expand Down