jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

[pre-commit.ci] pre-commit autoupdate #928

Closed pre-commit-ci[bot] closed 1 year ago

pre-commit-ci[bot] commented 1 year ago

updates:

davidbrochart commented 1 year ago

I don't know what to do with the lint issues, it seems that Ruff got stricter. Should we relax it a bit?

kevin-bates commented 1 year ago

I agree that it's rough (rimshot please :smile:) to keep up with the pace of ruff updates. In the case of the new max-args and max-statements issues, I added appropriate configurations in EG so as to not require code changes, but at least I can track future violations, rather than ignore the category entirely. Of course, future violations will very likely result in increasing the config values - although I'd give some thought about refactoring as well.

blink1073 commented 1 year ago

I loosened up the rules