Skip to content

Commit

Permalink
chore: minor touchup to pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jun 22, 2023
1 parent 1258068 commit 283d0b1
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 @@ -64,6 +64,7 @@ iterm = [
dev = [
"ipython >=6",
"pytest >=6",
"pytest-asyncio",
"scikit-hep-testdata",
]

Expand Down Expand Up @@ -129,7 +130,7 @@ messages_control.disable = [
[tool.ruff]
select = [
"E", "F", "W", # flake8
"B", "B904", # flake8-bugbear
"B", # flake8-bugbear
"I", # isort
"ARG", # flake8-unused-arguments
"C4", # flake8-comprehensions
Expand Down

0 comments on commit 283d0b1

Please sign in to comment.