Skip to content

Commit

Permalink
Add rule
Browse files Browse the repository at this point in the history
  • Loading branch information
samkellerhals committed Feb 21, 2024
1 parent 2f2e16b commit eec6bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ ignore = [
'RUF015', # Prefer `next(iter(new_def_type.pos_or_kw_args.values()))` over single element slice
'B028', # No explicit `stacklevel` keyword argument found
'RUF001', # String contains ambiguous `∨` (LOGICAL OR). Did you mean `v` (LATIN SMALL LETTER V)?
'RUF009' # Do not perform function call in dataclass defaults
'RUF009', # Do not perform function call in dataclass defaults
'RUF100' # Ignore unused ignore qa statements
]
ignore-init-module-imports = true
select = ['E', 'F', 'I', 'B', 'A', 'T10', 'ERA', 'NPY', 'RUF']
Expand Down

0 comments on commit eec6bc8

Please sign in to comment.