You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: versioneer install replaces versioner.py and {repo}/_version.py, but only appends to __init__.py. That file will have to be manually edited and isort-ed
Expected Behavior
We want pre-commit hooks to pass
Current Behavior
There are various files that we don't necessarily need to pass checks, and many of our repos have them
for example, versioneer.py uses raw strings in regex that flake8 doesn't like
docs/conf.py also has import orders that might be necessary but isort objects to.
Possible Solution
List of files to skip checks on:
versioneer.py
{repo}/version.py
docs/source/conf.py
{repo}/cookiecutter/.*/conf.yml
(hutch-python specific?)Context
we want style. See the related elog PR
Your Environment
all of them, but pcds-5.3.1
The text was updated successfully, but these errors were encountered: