Is your feature request related to a use case or problem?
OpenFermion currently puts the configuration files for some tools like pylint into dev_tools/conf/. This location is unexpected for most modern developers, who probably expect to find the config files at the top level of the repo.
What solution or approach do you envision?
We should follow the more modern approach of putting such configurations in the top-level pyproject.toml file.
How urgent is this for you?
None
Is your feature request related to a use case or problem?
OpenFermion currently puts the configuration files for some tools like pylint into
dev_tools/conf/. This location is unexpected for most modern developers, who probably expect to find the config files at the top level of the repo.What solution or approach do you envision?
We should follow the more modern approach of putting such configurations in the top-level
pyproject.tomlfile.How urgent is this for you?
None