You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running linting process using Ruff or flake8, F401 will remove any extension lib from the file as its never called.
I checked your own codebase and you are specifying:
importrioxarray# noqa: F401
Would it make sense to notify potential users in the documentation ?
I was using auto-fix from ruff in my project and it took me a while to understand that the pre-commit was removing rioxarray from the import sections all the times 😄
The text was updated successfully, but these errors were encountered:
When running linting process using Ruff or flake8, F401 will remove any extension lib from the file as its never called.
I checked your own codebase and you are specifying:
Would it make sense to notify potential users in the documentation ?
I was using auto-fix from ruff in my project and it took me a while to understand that the pre-commit was removing rioxarray from the import sections all the times 😄
The text was updated successfully, but these errors were encountered: