We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ee157 commit 60231f2Copy full SHA for 60231f2
fishjam/errors.py
@@ -5,6 +5,8 @@
5
6
7
class HTTPError(Exception):
8
+ """"""
9
+
10
@staticmethod
11
def from_response(response: Response[Error]):
12
"""@private"""
pyproject.toml
@@ -86,9 +86,9 @@ convention = "google"
86
[tool.ruff.lint.extend-per-file-ignores]
87
"fishjam/_openapi_client/**" = ["E501", "D"]
88
"fishjam/events/_protos/**" = ["D"]
89
+"fishjam/errors.py" = ["D419"]
90
"tests/**" = ["D"]
91
"scripts.py" = ["D"]
-"" = ["D"]
92
93
94
0 commit comments