mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-10 18:24:36 +02:00
Ignore pylint warnings for construct that does not work with Python 2 (#268)
* Ignore pylint warnings for construct that does not work with Python 2.
* Revert "Ignore pylint warnings for construct that does not work with Python 2."
This reverts commit 407b2ef93a
.
* Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail.
This commit is contained in:
parent
3d737d679d
commit
d8ae2f41d2
1 changed files with 1 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
update-docs.py shebang
|
update-docs.py shebang
|
||||||
|
tests/unit/compat/mock.py pylint:use-yield-from # suggested construct does not work with Python 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue