Skip to content
Snippets Groups Projects

Update gitlab CI

Merged Bo-Chun Chen requested to merge louistw/account-app:update-ci into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
.flake8 0 → 100644
+ 9
0
[flake8]
count = True
max-line-length = 79
show-source = True
statistics = True
exclude =
.git,
__pycache__,
venv
Loading