Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
de6a0429
Unverified
Commit
de6a0429
authored
2 months ago
by
Thomas Woerner
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1349 from freeipa/fix_flake8_7_2_0
Fix flake8 7 2 0
parents
feb33e4e
40d85f83
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
requirements-dev.txt
+1
-1
1 addition, 1 deletion
requirements-dev.txt
roles/ipaclient/module_utils/ansible_ipa_client.py
+0
-2
0 additions, 2 deletions
roles/ipaclient/module_utils/ansible_ipa_client.py
with
2 additions
and
4 deletions
.pre-commit-config.yaml
+
1
−
1
View file @
de6a0429
...
@@ -26,7 +26,7 @@ repos:
...
@@ -26,7 +26,7 @@ repos:
-
id
:
yamllint
-
id
:
yamllint
files
:
\.(yaml|yml)$
files
:
\.(yaml|yml)$
-
repo
:
https://github.com/pycqa/flake8
-
repo
:
https://github.com/pycqa/flake8
rev
:
7.
0
.0
rev
:
7.
2
.0
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
-
repo
:
https://github.com/pycqa/pylint
-
repo
:
https://github.com/pycqa/pylint
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
1
−
1
View file @
de6a0429
-r requirements-tests.txt
-r requirements-tests.txt
ipdb==0.13.4
ipdb==0.13.4
pre-commit==2.20.0
pre-commit==2.20.0
flake8
==7.0.0
flake8
flake8-bugbear
flake8-bugbear
pylint>=3.2
pylint>=3.2
wrapt==1.14.1
wrapt==1.14.1
...
...
This diff is collapsed.
Click to expand it.
roles/ipaclient/module_utils/ansible_ipa_client.py
+
0
−
2
View file @
de6a0429
...
@@ -231,8 +231,6 @@ try:
...
@@ -231,8 +231,6 @@ try:
cli_realm
,
cli_domain
,
cli_server
,
cli_kdc
,
dnsok
,
cli_realm
,
cli_domain
,
cli_server
,
cli_kdc
,
dnsok
,
filename
,
client_domain
,
client_hostname
,
force
=
False
,
filename
,
client_domain
,
client_hostname
,
force
=
False
,
configure_sssd
=
True
):
configure_sssd
=
True
):
# pylint: disable=global-variable-not-assigned
global
options
options
.
force
=
force
options
.
force
=
force
options
.
sssd
=
configure_sssd
options
.
sssd
=
configure_sssd
return
ipa_client_install
.
configure_krb5_conf
(
return
ipa_client_install
.
configure_krb5_conf
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment