Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
robert committed Jul 15, 2024
1 parent 7cc72d7 commit 4e8e19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions TypeSaveArgParse/autoargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
except Exception:
doc_parse = None

from TypeSaveArgParse.utils import (
cast_all,
class_to_str,
enum_to_str,
extract_sub_annotation,
len_checker,
translation_enum_to_str,
)
from TypeSaveArgParse.utils import cast_all, class_to_str, enum_to_str, extract_sub_annotation, len_checker, translation_enum_to_str

config_help = "config file path"

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ ignore = [
"E741",
"SIM118", # dictionay keys
"N802", # function name lowercase
"E721",
]

# Allow fix for all enabled rules (when `--fix`) is provided.
Expand Down

0 comments on commit 4e8e19a

Please sign in to comment.