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
MadAnalysis5 is Python 3+ only and requiring
madanalysis5/bin/ma5
Lines 50 to 56 in 3900ec9
and using six
six
$ git grep "import six" | wc -l 32
is not needed.
Use 2to3 and ruff (https://github.com/astral-sh/ruff).
2to3
ruff
1: Not important. Would be nice to have.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature details
MadAnalysis5 is Python 3+ only and requiring
madanalysis5/bin/ma5
Lines 50 to 56 in 3900ec9
and using
six
is not needed.
Implementation
Use
2to3
andruff
(https://github.com/astral-sh/ruff).How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
No response
The text was updated successfully, but these errors were encountered: