adam2392 / scikit-learn

scikit-learn: machine learning in Python
https://scikit-learn.org
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Extraforest #4

Open adam2392 opened 8 months ago

adam2392 commented 8 months ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?

github-actions[bot] commented 8 months ago

❌ Linting issues

This PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling pre-commit hooks. Instructions to enable them can be found here.

You can see the details of the linting issues under the lint job here


ruff

ruff detected issues. Please run ruff --fix --show-source . locally, fix the remaining issues, and push the changes. Here you can see the detected issues. Note that the installed ruff version is ruff=0.5.1.

``` error: unexpected argument '--show-source' found tip: a similar argument exists: '--show-files' Usage: ruff check |--output-file |--target-version |--preview|--no-preview|--select |--ignore |--extend-select |--extend-ignore |--per-file-ignores |--extend-per-file-ignores |--exclude |--extend-exclude |--fixable |--unfixable |--extend-fixable |--extend-unfixable |--respect-gitignore|--no-respect-gitignore|--force-exclude|--no-force-exclude|--line-length |--dummy-variable-rgx |--no-cache|--cache-dir |--stdin-filename |--extension |--exit-zero|--exit-non-zero-on-fix|--statistics|--add-noqa|--show-files|--show-settings|--ecosystem-ci> For more information, try '--help'. ```

Generated for commit: 963de46. Link to the linter CI: here