Skip to content

Commit 75f8b43

Browse files
committed
Fix lint issue
1 parent 1c15fab commit 75f8b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ force-single-line = true
167167
convention = "google"
168168

169169
[tool.ruff.lint.per-file-ignores]
170+
"jsonpath_rfc9535/utils/__init__.py" = ["D104"]
170171
"jsonpath_rfc9535/__about__.py" = ["D100"]
171172
"jsonpath_rfc9535/__init__.py" = ["D104"]
172173
"scripts/__init__.py" = ["D104"]

0 commit comments

Comments
 (0)