Skip to content

Commit

Permalink
Discard changes to .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing authored Jan 25, 2024
1 parent d30635b commit 37fd0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ignore = [
'ANN102', # Missing type annotation for `cls` in classmethod
'ANN401', # Dynamically typed expressions (typing.Any) are disallowed in `**kwargs`
'BLE001', # Do not catch blind exception: `Exception`
'C417', # Unnecessary `map` usage (rewrite using a generator expression)
'CPY001', # Missing copyright notice at top of file
'D203', # "1 blank line required before class docstring" (Conflicts with D211)
'D213', # "Multi-line docstring summary should start at the second line" (Conflicts with D212)
Expand Down

0 comments on commit 37fd0bd

Please sign in to comment.