Skip to content

Commit

Permalink
Require python code style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Apr 22, 2024
1 parent ae91b05 commit 19616c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
skip_install = true
allowlist_externals = eslint
commands =
-isort --check-only --diff ./openscap_report ./tests setup.py
-flake8 ./openscap_report ./tests setup.py
-pylint --rcfile=.pylintrc ./openscap_report ./tests setup.py
isort --check-only --diff ./openscap_report ./tests setup.py
flake8 ./openscap_report ./tests setup.py
pylint --rcfile=.pylintrc ./openscap_report ./tests setup.py
-eslint ./openscap_report/**

0 comments on commit 19616c4

Please sign in to comment.