Skip to content

Commit

Permalink
chore(python): Fix linting issue in docs (pola-rs#17292)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Jun 29, 2024
1 parent d444b79 commit 6a55411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ fix = true
[tool.ruff.lint]
ignore = [
"E402", # Module level import not at top of file
"F811", # Redefinition of unused variable
]

0 comments on commit 6a55411

Please sign in to comment.