Martin Hauser
|
945e7ade0a
|
Fixes #21407: Enable I (isort) and stabilize import ordering (#21458)
- Adopt Ruff `I` (isort) rules for consistent import sorting
- Add two `# isort: split` boundaries to keep required imports pinned
in `__init__.py` modules
|
2026-02-18 10:41:51 -06:00 |
|
bctiemann
|
bbf4eea76c
|
Fixes: #18808 - Fix incorrect dependencies on squashed migrations (#18827)
|
2025-03-07 10:20:34 -08:00 |
|
Jeremy Stretch
|
343a4af591
|
Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067)
* Enable E501 rule
* Configure ruff formatter
* Reformat migration files to fix line length violations
* Fix various E501 errors
* Move table template code to template_code.py & ignore E501 errors
* Reformat raw SQL
|
2024-11-21 15:58:11 -05:00 |
|
jeremystretch
|
3387282de4
|
Resolve migration dependencies
|
2021-07-09 11:51:42 -04:00 |
|