-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix precommit regex (and format / linter errors) #863
Conversation
Thanks Rico! There is one issue, namely the
leads to the following error on my conda installation
I searched for it a bit yesterday and didn't find the solution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case you want to push it: from my point of view using regex is not ideal, but fine.
Otherwise, feel free to wait for @szoupanos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The check seems to find my modified files now. Thanks!
In .pre-commit-config.yaml:
file:
regex were reformatted to the style documented at http://pre-commit.com/#regular-expressionspath/to/folder/.*.py
pre-commit autoupdate
Other changes:
pre-comit run --all-files
fix #860