Change #264013
| Category | None |
| Changed by | Dan Fandrich <dan@coneharvesters.com> |
| Changed at | Wed 08 Apr 2026 19:28:05 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 17e8200733a1fd9db148f794d7e1cfb47e491fcd |
Comments
tests: make whitespace between functions and classes consistent Mostly, this means two blank lines between classes and functions and one line between methods. Since these checks are currently in preview, they are done in a separate ruff invocation to avoid turning ALL the preview checks on at the same time.
Changed files
- scripts/pythonlint.sh
- tests/dictserver.py
- tests/ech_combos.py
- tests/http/conftest.py
- tests/http/scorecard.py
- tests/negtelnetserver.py
- tests/smbserver.py
- tests/util.py