pre-commit configured incorrectly #1030
Labels
CI
About continious integration
Good First Issue
Issues suitable for people new to contributing to openml-python!
The
files
on which themypy
andflake
hooks operate are configured incorrectly with globs, see pre-commit#1702:[WARNING] The 'files' field in hook 'mypy' is a regex, not a glob -- matching '/*' probably isn't what you want here
.These need to be updated (and work with both unix and windows paths).
The text was updated successfully, but these errors were encountered: