Skip to content

Commit

Permalink
FIX: Disable flakey preview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 11, 2024
1 parent 15fbc2d commit a808bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ ignore = [
"D104", # Missing docstring in public package
"D413", # Missing blank line after last section
"F841", # local variable 'x' is assigned to but never used
"E203", # whitespace before ':', unstable in preview mode
]

[tool.ruff.pydocstyle]
Expand Down

0 comments on commit a808bd6

Please sign in to comment.