We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running hatch fmt --check points a lot issues with the project. E.g.
hatch fmt --check
train.node_info_column
tests/xgboost_test.py
__init__.py
... Found 2012 errors. [*] 690 fixable with the --fix option (541 hidden fixes can be enabled with the --unsafe-fixes option).
--fix
--unsafe-fixes
The text was updated successfully, but these errors were encountered:
sthaha
No branches or pull requests
Running
hatch fmt --check
points a lot issues with the project. E.g.train.node_info_column
imported but unusedtests/xgboost_test.py
is part of an implicit namespace package. Add an__init__.py
.... Found 2012 errors.
[*] 690 fixable with the
--fix
option (541 hidden fixes can be enabled with the--unsafe-fixes
option).The text was updated successfully, but these errors were encountered: