Skip to content

Commit 9af2c81

Browse files
committed
ci: TT-394 add file of rules flake8
1 parent bfbc62e commit 9af2c81

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

V2/.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
exclude = .git,__pycache__,
3+
max-complexity = 10
4+
max_line_length = 120

V2/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ azure-functions-worker
44

55
# Tests
66
pytest
7+
flake8==4.0.1
78

89
# Mocking
910
pytest-mock

0 commit comments

Comments
 (0)