diff --git a/.flake8 b/.flake8 index ebfd592..725ba69 100644 --- a/.flake8 +++ b/.flake8 @@ -4,5 +4,5 @@ max-line-length=88 max-doc-length=72 ignore = ANN101,ANN102 import-order-style = google -appication-import-names = stlt +application-import-names = stlt docstring-convention = numpy