Skip to content

Commit

Permalink
glossary_v2.py: ignore ruff errors for format
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 14, 2024
1 parent e67e75a commit 0032783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyglossary/glossary_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def directRead(
def _read(
self,
filename: str,
format: str = "", # to be removed in 6.0.0
format: str = "", # to be removed in 6.0.0 # noqa: A002
formatName: str = "",
direct: bool = False,
**options, # noqa: ANN003
Expand Down Expand Up @@ -841,7 +841,7 @@ def _createWriter(
def write(
self,
filename: str,
format: str = "", # to be removed in 6.0.0
format: str = "", # to be removed in 6.0.0 # noqa: A002
formatName: str = "",
**kwargs, # noqa: ANN003
) -> str:
Expand Down

0 comments on commit 0032783

Please sign in to comment.