Skip to content

Commit 87c49c3

Browse files
committed
Fix lint issues
1 parent adad732 commit 87c49c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ convention = "google"
166166
[tool.ruff.lint.per-file-ignores]
167167
"jsonpath_rfc9535/__about__.py" = ["D100"]
168168
"jsonpath_rfc9535/__init__.py" = ["D104"]
169+
"scripts/__init__.py" = ["D104"]
169170
"tests/*" = ["D100", "D101", "D104", "D103"]
170171
"jsonpath_rfc9535/lex.py" = ["E741"]
171-
"scripts/nondeterministic_descent.py" = ["D103", "T201"]
172+
"scripts/nondeterministic_descent.py" = ["D103", "T201", "D101", "D102"]

0 commit comments

Comments
 (0)