mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
pylint: Update configuration for Python 3.11
Update pylint configuration on setup.cfg to cope with recent changes in Python 3.11.
This commit is contained in:
13
setup.cfg
13
setup.cfg
@@ -59,12 +59,18 @@ disable =
|
||||
|
||||
[pylint.BASIC]
|
||||
good-names =
|
||||
ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode, __metaclass__, ds
|
||||
ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode, __metaclass__, ds,
|
||||
# These are utils tools, and not part of the released collection.
|
||||
galaxyfy-playbook, galaxyfy-README, galaxyfy-module-EXAMPLES,
|
||||
module_EXAMPLES
|
||||
|
||||
|
||||
[pylint.IMPORTS]
|
||||
ignored-modules =
|
||||
ansible.errors, ansible.plugins.action,
|
||||
ansible.module_utils, ansible.module_utils.ansible_freeipa_module,
|
||||
dns,
|
||||
gssapi,
|
||||
ipalib, ipalib.config, ipalib.constants, ipalib.krb_utils, ipalib.errors,
|
||||
ipapython.ipautil, ipapython.dn, ipapython.version, ipapython.dnsutil,
|
||||
ipapython.ipa_log_manager, ipapython,
|
||||
@@ -72,7 +78,10 @@ ignored-modules =
|
||||
ipaserver.install.installutils, ipaserver.install.server.install,
|
||||
ipaserver.install,
|
||||
ipaclient.install.ipachangeconf, ipaclient.install.client,
|
||||
ipaserver.dcerpc
|
||||
ipaserver.dcerpc,
|
||||
jinja2,
|
||||
os,
|
||||
SSSDConfig
|
||||
|
||||
[pylint.REFACTORING]
|
||||
max-nested-blocks = 9
|
||||
|
||||
Reference in New Issue
Block a user