stavrovska | 689f402 | 2024-05-20 13:16:27 +0200 | [diff] [blame] | 1 | [tox] |
| 2 | minversion = 3.1 |
| 3 | envlist=pep8 |
| 4 | ignore_basepython_conflict = True |
| 5 | |
| 6 | [testenv:pep8] |
| 7 | envdir={toxworkdir}/pep8 |
| 8 | deps = |
| 9 | black |
stavrovska | 28772bc | 2024-05-22 09:33:50 +0200 | [diff] [blame^] | 10 | flake8 |
stavrovska | 689f402 | 2024-05-20 13:16:27 +0200 | [diff] [blame] | 11 | commands = |
stavrovska | 28772bc | 2024-05-22 09:33:50 +0200 | [diff] [blame^] | 12 | flake8 --ignore=E203,W605,W503 --max-line-length 79 daily_jenkins_job_report log_helper parcing_testrail_results save_jenkins_console tempest_tests_resources testrail_bot testrail_upload_suites update_testrail_xml upload2testrail_docker |
| 13 | black daily_jenkins_job_report log_helper parcing_testrail_results save_jenkins_console tempest_tests_resources testrail_bot testrail_upload_suites update_testrail_xml upload2testrail_docker --line-length 79 --diff --check |