Skip to content

Commit

Permalink
fix: repair broken ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 4, 2024
1 parent 8983c9b commit 4c8a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ precision = 2
line-length = 88

[tool.ruff.lint]
elect = ["ALL"]
select = ["ALL"]
ignore = [
"D107", # 'Missing docstring in __init__' ignored because pydoclint wants us to document the class instead.
"D203", # '1 blank line required before class docstring' ignored because we want no blank line.
Expand Down

0 comments on commit 4c8a8cc

Please sign in to comment.