Skip to content
Snippets Groups Projects

Add linting tools configuration

Merged Bo-Chun Chen requested to merge louistw/account-app:feat-lint-tool-config into master
2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
.flake8 0 → 100644
+ 9
0
 
[flake8]
 
count = True
 
max-line-length = 79
 
show-source = True
 
statistics = True
 
exclude =
 
.git,
 
__pycache__,
 
venv
Loading