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

pkg: cleanup ruff.toml exceptions #20805

Merged
merged 2 commits into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. pkg: enable E501 for pkg/ directory

    This requires us to fix two easy violations.
    jelly committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cecbbfb View commit details
    Browse the repository at this point in the history
  2. pkg: fix shebang present by file is not executable

    This leaves one exclude which is hard to fix (undefined name F821) due to the
    nature how we run python scripts with inotify. We can't import inotify
    as we use our own inotify Python library which we concatenate before the
    executed script (for example mount-users.py).
    jelly committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bed3d49 View commit details
    Browse the repository at this point in the history