snorben / EEG_preprocessing_UMCU

Apache License 2.0
1 stars 0 forks source link

Next step: Linting #5

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

Your repository has a workflow which lints your code after every push and when creating a pull request.

Linter workflow may fail if description or keywords field in pyproject.toml is empty. Please update these fields. To validate your changes run:

ruff .

Enabling githook will automatically lint your code in every commit. You can enable it by running the command below.

git config --local core.hooksPath .githooks
DaniBodor commented 4 months ago

Duplicate of #10