Skip to content
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 hatch lint issues #273

Open
3 tasks
sthaha opened this issue Jul 3, 2024 · 0 comments
Open
3 tasks

Fix hatch lint issues #273

sthaha opened this issue Jul 3, 2024 · 0 comments
Assignees

Comments

@sthaha
Copy link
Contributor

sthaha commented Jul 3, 2024

Running hatch fmt --check points a lot issues with the project. E.g.

  • E402 Module level import not at top of file
  • F401 [*] train.node_info_column imported but unused
  • INP001 File tests/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).

@sthaha sthaha self-assigned this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant