Skip to content

Commit 9550594

Browse files
committed
fix example path operation
1 parent 9646c00 commit 9550594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ extend-select = [
201201
"S", # security
202202
"SLF001", # private member access
203203
]
204-
"interfaces/keycloak/models/codegen_models.py" = ["D101"] # docstring not required for generated models
205204
"*pytest_plugin*" = ["ARG001"] # unused arg
205+
"examples/**/*.ipynb" = ["PTH123"] # Path operations acceptable in notebook examples
206206

207207
[tool.ruff.lint.flake8-unused-arguments]
208208
ignore-variadic-names = true

0 commit comments

Comments
 (0)