From f8a71d8acc551143133a83d7bcf1598efd255d7f Mon Sep 17 00:00:00 2001 From: mataha Date: Tue, 4 Apr 2023 16:52:27 +0200 Subject: [PATCH] Fix a typo in `--toml-config` option metavar --- flake8p/hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8p/hook.py b/flake8p/hook.py index f765f48..8d948ab 100644 --- a/flake8p/hook.py +++ b/flake8p/hook.py @@ -92,7 +92,7 @@ def add_options(cls, parser): flake8.options.aggregator.aggregate_options = aggregate_options flake8.options.config.parse_config = parse_config parser.add_option( - '--toml-config', metavar='TOML_COMFIG', + '--toml-config', metavar='TOML_CONFIG', default=None, action='store', parse_from_config=True, help='Path to custom TOML configuration file. May be located in a '