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

pylint multiple files #1642

Merged
merged 1 commit into from
Jun 26, 2023
Merged

pylint multiple files #1642

merged 1 commit into from
Jun 26, 2023

Conversation

lmilbaum
Copy link
Contributor

No description provided.

@softwarefactory-project-zuul
Copy link

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/01a059cc38c74bcb90db348de71194c0

✔️ fi-tox-mypy SUCCESS in 7m 51s
fi-tox-lint FAILURE in 7m 34s
✔️ fi-tox-format SUCCESS in 7m 18s
✔️ fi-tox-python38 SUCCESS in 10m 33s
✔️ fi-tox-python39 SUCCESS in 9m 57s
✔️ fi-tox-python310 SUCCESS in 9m 16s
✔️ fi-tox-python311 SUCCESS in 9m 49s
✔️ fi-tox-docs SUCCESS in 8m 25s
✔️ fi-tox-bandit SUCCESS in 6m 14s
fi-tox-diff-cover FAILURE in 10m 20s

anitya/compat.py Fixed Show fixed Hide fixed
anitya/compat.py Fixed Show fixed Hide fixed
anitya/compat.py Fixed Show fixed Hide fixed
@softwarefactory-project-zuul
Copy link

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/cab3066afd294d858a41e8a02522c12b

fi-tox-mypy FAILURE in 5m 21s
fi-tox-lint FAILURE in 5m 12s
fi-tox-format FAILURE in 5m 15s
fi-tox-python38 FAILURE in 5m 53s
fi-tox-python39 FAILURE in 6m 21s
fi-tox-python310 FAILURE in 5m 45s
fi-tox-python311 FAILURE in 5m 43s
fi-tox-docs FAILURE in 6m 14s
fi-tox-bandit FAILURE in 5m 08s
fi-tox-diff-cover FAILURE in 6m 07s

@softwarefactory-project-zuul
Copy link

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/f15151d4b4094aafb04b085208e17845

✔️ fi-tox-mypy SUCCESS in 9m 00s
✔️ fi-tox-lint SUCCESS in 8m 44s
fi-tox-format FAILURE in 8m 45s
✔️ fi-tox-python38 SUCCESS in 12m 19s
✔️ fi-tox-python39 SUCCESS in 12m 05s
✔️ fi-tox-python310 SUCCESS in 11m 41s
✔️ fi-tox-python311 SUCCESS in 11m 18s
✔️ fi-tox-docs SUCCESS in 7m 30s
✔️ fi-tox-bandit SUCCESS in 6m 16s
✔️ fi-tox-diff-cover SUCCESS in 12m 44s

@@ -23,6 +23,8 @@
# flask_wtf.Form was renamed to flask_wtf.FlaskForm
# flask_wtf.Form will be removed in flask_wtf-1.0.
try:
from flask_wtf import FlaskForm
from flask_wtf import FlaskForm # pylint: disable=W0611

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'FlaskForm' is not used.
Comment on lines +28 to +30
from flask_wtf import ( # pylint: disable=W0611 # pragma: no cover # noqa: F401
Form as FlaskForm,
)

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'FlaskForm' is not used.
@softwarefactory-project-zuul
Copy link

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/9d043a9c7dca48419b0bd20b83193dc6

✔️ fi-tox-mypy SUCCESS in 6m 37s
✔️ fi-tox-lint SUCCESS in 6m 19s
✔️ fi-tox-format SUCCESS in 7m 22s
✔️ fi-tox-python38 SUCCESS in 10m 56s
✔️ fi-tox-python39 SUCCESS in 9m 42s
✔️ fi-tox-python310 SUCCESS in 9m 12s
✔️ fi-tox-python311 SUCCESS in 10m 55s
✔️ fi-tox-docs SUCCESS in 7m 07s
✔️ fi-tox-bandit SUCCESS in 7m 25s
✔️ fi-tox-diff-cover SUCCESS in 11m 45s

@lmilbaum lmilbaum marked this pull request as ready for review June 23, 2023 16:50
@lmilbaum lmilbaum requested a review from a team as a code owner June 23, 2023 16:50
@mergify mergify bot merged commit bc4050b into fedora-infra:master Jun 26, 2023
6 checks passed
@lmilbaum lmilbaum deleted the pylint branch June 26, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants