Skip to content

Commit fb4cd27

Browse files
author
Inkedstinct
committed
chores(python): Add .flake8 config file
1 parent 40f4c64 commit fb4cd27

File tree

2 files changed

+5
-266
lines changed

2 files changed

+5
-266
lines changed

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
extend-ignore = E203
3+
exclude = .git,__pycache__,batches,resources
4+
max-complexity = 10
5+
max-line-length = 88

data_analysis.py

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)