Change #263925
| Category | None |
| Changed by | Dan Fandrich <dan@coneharvesters.com> |
| Changed at | Tue 07 Apr 2026 17:26:58 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | dfandrich/pywarn |
| Revision | 65564d8657efca31b5df56939ae22e72743e5bac |
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