Right now, we only format and lint the core library and the test suite per pyproject.toml settings.
These were reasonable targets early on to make sure the contract we were establishing followed set guidelines and to make sure we conformed to restrictions appropriate to the versions of python supported by the library.
I think it makes sense to expand the scope to include all supported files in the directory. This includes examples, setup.py, and build_tests.py.
Right now, we only format and lint the core library and the test suite per pyproject.toml settings.
These were reasonable targets early on to make sure the contract we were establishing followed set guidelines and to make sure we conformed to restrictions appropriate to the versions of python supported by the library.
I think it makes sense to expand the scope to include all supported files in the directory. This includes examples, setup.py, and build_tests.py.