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
Currently, the rule E402 (module-import-not-at-top-of-file) is deactivated for notebooks.
E402
module-import-not-at-top-of-file
https://github.com/ComPWA/compwa.github.io/blob/bde4df9bf47c8e3165f4e3da62f7455913566d54/pyproject.toml#L256
We should activate this for notebooks and switch off that rule for the relevant notebooks through per-file-ignores.
per-file-ignores
The text was updated successfully, but these errors were encountered:
import
shenvitor
No branches or pull requests
Currently, the rule
E402
(module-import-not-at-top-of-file
) is deactivated for notebooks.https://github.com/ComPWA/compwa.github.io/blob/bde4df9bf47c8e3165f4e3da62f7455913566d54/pyproject.toml#L256
We should activate this for notebooks and switch off that rule for the relevant notebooks through
per-file-ignores
.The text was updated successfully, but these errors were encountered: