-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
🍼 [WIP] [Padawan contrib] Existing linters update #9070
base: dev
Are you sure you want to change the base?
Conversation
pre-commit 4.5.0 -> 4.6.0 rufff 0.4.7 -> 0.5.3 mypy 0.10.0 -> 0.11.0
bandit 1.7.8 -> 1.7.9 ruff 0.4.7 -> 0.5.3 mypy 1.10.0 -> 1.11.0
must be removed before merge E721 RUF003 RUF005 RUF012 RUF013 RUF015
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@madhavajay @kiendang @IonesioJunior @rasswanth-s @yashgorana : Dear Jedi masters. Could a Jedi fix these new errors that mypy 0.11.0 returns? packages/syft/src/syft/service/code/user_code_parse.py:32: error: No overload variant of "arguments" matches argument types "list[arg]", "list[Never]", "list[Never]", "list[Never]" [call-overload] |
Description
Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.
Affected Dependencies
List any dependencies that are required for this change.
bandit 1.7.8 -> 1.7.9
mypy 0.10.0 -> 0.11.2
ruff 0.4.7 -> 0.6.2
E721 issues fixed in separeted PR: #8992
RUF issues fided in PR: #9002
How has this been tested?
Checklist