Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 19, 2022
1 parent 9514617 commit f188dc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ envlist =
#

[testenv:check-style]
description = check code style, e.g. with ruff
description = check code style, e.g. with flake8
skip_install = true
deps =
ruff
flake8
commands =
ruff . {posargs}
flake8 . {posargs}

[testenv:check-security]
description = run bandit to check security compliance
Expand Down Expand Up @@ -53,6 +53,7 @@ extras =
test
deps =
xdist: pytest-xdist
cov: pytest-cov
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
numpy120: numpy==1.20.*
Expand Down

0 comments on commit f188dc9

Please sign in to comment.