mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Add isort and flake8 to CI (#869)
* Run isort. * Clean up unused assignments. * Add flake8 linting step.
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
[sessions]
|
||||
|
||||
[sessions.lint]
|
||||
run_isort = false
|
||||
run_isort = true
|
||||
isort_config = "tests/nox-config-isort.cfg"
|
||||
run_black = false
|
||||
run_flake8 = false
|
||||
run_flake8 = true
|
||||
flake8_config = "tests/nox-config-flake8.ini"
|
||||
run_pylint = false
|
||||
run_yamllint = true
|
||||
yamllint_config = ".yamllint"
|
||||
|
||||
Reference in New Issue
Block a user