Closed moylop260 closed 1 year ago
For the record, after talking with some other devs, .oca_hooks.cfg
was chosen.
As part of this same issue
Could you add in the README and example of the configuration file with options, please?
Add default values in the argument parser related to argument config:
--config CONFIG, -c CONFIG Path to a configuration file
See example from doc8 --help
--config path user config file location (default: doc8.ini, .config/doc8.ini,
tox.ini, pep8.ini, setup.cfg, pyproject.toml).
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Add a configuration file by default
$(pwd)/.oca_pch.cfg
if not then~/.oca_pch.cfg
but prefer the parameter-c --config
Notice the name is only an idea since it is hard to me the named of things
Using the built-in python lib
configparser
in order to avoid adding new requirements