Skip to content

Commit

Permalink
pylint: Sync pylint plugin to FreeIPA
Browse files Browse the repository at this point in the history
This is backport of
freeipa/freeipa@10e18c3
and
freeipa/freeipa@232b5a9

Fixes: #295

Signed-off-by: Rob Crittenden <[email protected]>
  • Loading branch information
rcritten committed Jul 12, 2023
1 parent 2e3028e commit 183b2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python3-pip \
python3-pytest \
; \
python3 -m pip install --user --ignore-installed 'pylint ~= 2.12.2' ; \
python3 -m pip install --user --ignore-installed 'pylint ~= 2.15.5' ; \
cd /root/src; \
tox -vv -elint; \
"
Expand Down
1 change: 1 addition & 0 deletions pylint_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def wildcard(*args, **kwargs):
api.env.container_hbacservicegroup = DN()
api.env.container_host = DN()
api.env.container_hostgroup = DN()
api.env.container_idp = DN()
api.env.container_locations = DN()
api.env.container_masters = DN()
api.env.container_netgroup = DN()
Expand Down

0 comments on commit 183b2f8

Please sign in to comment.