6d152eaf98
Ease linting by using pre-commit to manage execution of all linters. That change does not require any changes for user, they still can trigger the linting using `tox -e pep8`. Also syncs sphinx requirements with global openstaco ones as these were broken but the check job runs only when the file is touched. Change-Id: Ib07e40f1f87a33474ae9412ddf5ba359eb5d5068
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
---
|
|
parseable: true
|
|
skip_list:
|
|
- ANSIBLE0006
|
|
- ANSIBLE0012
|
|
- ANSIBLE0016
|
|
- '204' # [E204] Lines should be no longer than 120 chars
|
|
# E602 https://github.com/ansible/ansible-lint/issues/450
|
|
- '602' # [E602] Don't compare to empty string
|
|
# E405 is too new and we need to enable it in a separate change
|
|
- '405' # [E405] Remote package tasks should have a retry
|