Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent 0c10f5e commit b682f40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ def coverage(session):
"""
session.install("-r", "requirements-test-full.txt", "./awkward-cpp", ".")
session.run(
"pytest", "--pdb", "tests", "--cov=awkward", "--cov-report=xml", *session.posargs
"pytest",
"--pdb",
"tests",
"--cov=awkward",
"--cov-report=xml",
*session.posargs,
)


Expand Down

0 comments on commit b682f40

Please sign in to comment.