Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Feb 4, 2021
1 parent 1586a3f commit b16081f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def handle(self, *args, **options):
logging.basicConfig(format="%(message)s")

config_parser = configparser.ConfigParser()
config_parser.read(DEFAULT_CONFIG_FILES, encoding='utf-8')
config_parser.read(DEFAULT_CONFIG_FILES, encoding="utf-8")

ignore_name_contains = options["ignore_name_contains"] or config_parser.get(
CONFIG_NAME, "ignore_name_contains", fallback=None
Expand Down

0 comments on commit b16081f

Please sign in to comment.