-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
pep8 loose compliance #4086
Labels
enhancement
New feature or request
Comments
totaam
added a commit
that referenced
this issue
Dec 26, 2023
totaam
added a commit
that referenced
this issue
Dec 26, 2023
Better now: find xpra/* -maxdepth 0 -type d -exec echo -n "{} " \; -exec bash -c "pflake8 {} | wc -l" \; | grep -ve ' 0$'
xpra/client 2173
xpra/net 1237
xpra/platform 3200
xpra/scripts 1020
xpra/server 2594 |
totaam
added a commit
that referenced
this issue
Dec 27, 2023
totaam
added a commit
that referenced
this issue
Dec 27, 2023
totaam
added a commit
that referenced
this issue
Dec 27, 2023
totaam
added a commit
that referenced
this issue
Dec 27, 2023
totaam
added a commit
that referenced
this issue
Dec 28, 2023
totaam
added a commit
that referenced
this issue
Dec 28, 2023
totaam
added a commit
that referenced
this issue
Dec 28, 2023
totaam
added a commit
that referenced
this issue
Dec 28, 2023
totaam
added a commit
that referenced
this issue
Dec 28, 2023
Good enough for now, down to zero warnings with the config we ship, which ignores only a few modules / warnings: Lines 29 to 53 in e10dbff
Nothing major here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A flake8 config was added to https://github.com/Xpra-org/xpra/blob/master/pyproject.toml in 9ab64d9.
Then lots of minor fixes in 1618eef + 8aae423 for xpra/x11, 263497a for xpra/util and 633fafa for xpra/notifications, xpra/dbus and xpra/gstreamer.
What's left as of 9fbf6db:
The text was updated successfully, but these errors were encountered: