Skip to content

Commit 019e4b5

Browse files
committed
add flake8
1 parent cc25701 commit 019e4b5

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ select = [
22
"D1", # pydocstyle errors
33
"E", # pycodestyle errors
44
"W", # pycodestyle warnings
5+
"F", # flake8
56
"C", # flake8-comprehensions
67
"B", # flake8-bugbear
78
]

runtime/eoapi/vector/eoapi/vector/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""tipg app."""
22

3-
from typing import Any, List
43

54
import jinja2
65
from eoapi.vector import __version__ as eoapi_vector_version

runtime/eoapi/vector/eoapi/vector/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""API settings."""
22

3-
from functools import lru_cache
43

54
import pydantic
65

0 commit comments

Comments
 (0)