Skip to content

Commit

Permalink
Fix linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 30, 2022
1 parent 89b34dd commit 942bf2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyFunceble/config/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def conditional_switch(config: dict) -> dict:
The configuration we are going to load.
"""

# pylint: disable=too-many-boolean-expressions
if (
"cli_testing" in config
and "ci" in config["cli_testing"]
Expand Down

0 comments on commit 942bf2c

Please sign in to comment.