Skip to content

Commit 60231f2

Browse files
committed
ignore D419 for errors.py
1 parent a8ee157 commit 60231f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

fishjam/errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66

77
class HTTPError(Exception):
8+
""""""
9+
810
@staticmethod
911
def from_response(response: Response[Error]):
1012
"""@private"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ convention = "google"
8686
[tool.ruff.lint.extend-per-file-ignores]
8787
"fishjam/_openapi_client/**" = ["E501", "D"]
8888
"fishjam/events/_protos/**" = ["D"]
89+
"fishjam/errors.py" = ["D419"]
8990
"tests/**" = ["D"]
9091
"scripts.py" = ["D"]
91-
"" = ["D"]
9292

9393

9494

0 commit comments

Comments
 (0)