Skip to content

Commit

Permalink
Merge pull request #227 from Honny1/require-code-style-checks
Browse files Browse the repository at this point in the history
Require Python code style checks
  • Loading branch information
Honny1 committed Apr 23, 2024
2 parents f176ea8 + 19616c4 commit d891ed0
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 @@ -48,7 +48,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 d891ed0

Please sign in to comment.