What's Changed
- CHORE: Air CLI polish for clarity and joy by @audreyfeldroy in #929
- CHORE: enable Ruff rule A (builtins shadowing) by @ohhaus in #919
- CHORE:
id_inconsistently used to represent HTML attribute ofidby @msaizar in #926 - CHORE: Replace type argument with type_ in tags by @msaizar in #931
- CHORE: Remove ruff lint per file ignores by @msaizar in #930
- CHORE: Added
djhtmlhook to both.pre-commit-config-check.yamland.pre-commit-config-format.yamlto automate formatting of HTML files and Jinja Templates! by @pygarap in #932 - CHORE: Rename max argument to max_ in tags to prevent builtin shadowing by @msaizar in #933
- CHORE: Rename min to min_ to prevent builtin shadowing in tags by @msaizar in #936
- CHORE: Rename open to open_ to prevent builtin shadowing in tags by @msaizar in #938
- CHORE: Add pre-commit-hooks: Some out-of-the-box hooks for pre-commit. by @pygarap in #935
- CHORE: Rename reversed to reversed_ to prevent builtin shadowing in tags by @msaizar in #947
- CHORE: Rename list to list_ to prevent builtin shadowing in tags by @msaizar in #952
- CHORE: Rename dir to dir_ to prevent builtin shadowing in tags by @msaizar in #953
- CHORE: Remove air_tag_source_samples.py from ruff lint per-file-ignore by @msaizar in #954
New Contributors
Full Changelog: v0.44.0...v0.44.1