mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Enable more pylint rules and fix reported issues. (#30543)
* Enable pylint invalid-encoded-data test. * Enable pylint anomalous-unicode-escape-in-string test.
This commit is contained in:
parent
0aebdb4aca
commit
dbf9634b1b
2 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@ from ansible.template import Templar
|
|||
from units.mock.loader import DictDataLoader
|
||||
|
||||
|
||||
python_module_replacers = b"""
|
||||
python_module_replacers = br"""
|
||||
#!/usr/bin/python
|
||||
|
||||
#ANSIBLE_VERSION = "<<ANSIBLE_VERSION>>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue