https://github.com/tobami/codespeed
Raw File
Tip revision: 263860bc298fd970c8466b3161de386582e4f801 authored by Miquel Torres on 17 May 2020, 09:25:47 UTC
Merge pull request #290 from pared/patch-1
Tip revision: 263860b
setup.cfg
[flake8]
exclude = .git,__pycache__,migrations,static,settings.py,urls.py,views.py
max-line-length = 89
back to top