Skip to content
Snippets Groups Projects
Unverified Commit de6a0429 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1349 from freeipa/fix_flake8_7_2_0

Fix flake8 7 2 0
parents feb33e4e 40d85f83
Branches
Tags
No related merge requests found
...@@ -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
......
-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
......
...@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment