Skip to content

Commit 283d0b1

Browse files
committed
chore: minor touchup to pyproject
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 1258068 commit 283d0b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ iterm = [
6464
dev = [
6565
"ipython >=6",
6666
"pytest >=6",
67+
"pytest-asyncio",
6768
"scikit-hep-testdata",
6869
]
6970

@@ -129,7 +130,7 @@ messages_control.disable = [
129130
[tool.ruff]
130131
select = [
131132
"E", "F", "W", # flake8
132-
"B", "B904", # flake8-bugbear
133+
"B", # flake8-bugbear
133134
"I", # isort
134135
"ARG", # flake8-unused-arguments
135136
"C4", # flake8-comprehensions

0 commit comments

Comments
 (0)