1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-15 14:46:49 +00:00

added flake8

This commit is contained in:
Anson 2020-01-20 14:50:52 -07:00
parent cc60fa0ba2
commit b4855eb735
3 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from math import sqrt
from bokeh.models import Arrow
from bokeh.plotting import figure, output_file, show
from bokeh.plotting import figure, show
from aero_astro_calc.dependencies.LatexLabel import LatexLabel

View File

@ -1,2 +1,3 @@
bokeh==1.4.0
black==19.10b0
flake8==3.7.9

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[flake8]
max-line-length = 88