Skip to content

Commit

Permalink
add flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed May 5, 2023
1 parent cc25701 commit 019e4b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ select = [
"D1", # pydocstyle errors
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # flake8
"C", # flake8-comprehensions
"B", # flake8-bugbear
]
Expand Down
1 change: 0 additions & 1 deletion runtime/eoapi/vector/eoapi/vector/app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""tipg app."""

from typing import Any, List

import jinja2
from eoapi.vector import __version__ as eoapi_vector_version
Expand Down
1 change: 0 additions & 1 deletion runtime/eoapi/vector/eoapi/vector/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""API settings."""

from functools import lru_cache

import pydantic

Expand Down

0 comments on commit 019e4b5

Please sign in to comment.