john-hen / Flake8-pyproject

Flake8 plug-in loading the configuration from pyproject.toml
https://pypi.org/project/Flake8-pyproject
MIT License
218 stars 10 forks source link

Fix a typo in `--toml-config` option metavar #21

Closed mataha closed 1 year ago

mataha commented 1 year ago

Self-explanatory; a tiny thing I've noticed while reading the code.

john-hen commented 1 year ago

Thanks!

I think that typo only affects the help message that is printed with flake8 --help:

...
Flake8-pyproject:
  --toml-config TOML_COMFIG
                        Path to custom TOML configuration file. May be located in a different
                        folder. Overrides the default "pyproject.toml" in the current working
                        directory.

So unless I'm overlooking something, it shouldn't affect anyone. Which just means it may not require a bug-fix release. Correct me if I'm wrong.

mataha commented 1 year ago

You are absolutely right - it doesn't.