Skip to content

Commit

Permalink
select F and B
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 8, 2024
1 parent 472aaf8 commit 9105fb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ exclude = [
ignore = [
'E741', # ambiguous variable name
]
extend-select = ['NPY']
extend-select = [
'NPY',
'F',
'B',
]

[tool.ruff.extend-per-file-ignores]
"romancal/associations/__init__.py" = ["E402"]
Expand Down

0 comments on commit 9105fb1

Please sign in to comment.