mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
7d36049ac97d5fd4d0b022d1827a9dd338ed741e
3 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
9d0264c319 |
[CI] docstrings (#6172)
* Squashed commit of the following: commit |
|||
4b14986591 |
[CI] Enable python autoformat (#6169)
* Squashed commit of the following: commit |
|||
e1b670ba57 |
CI updates (#6167)
* replaced flake8 with ruff mostly for speed improvements * fix codespell error * move config section * added isort again * move djlint config to pyproject * moved ruff section * remove flake8 from code base * remove flake8 from code base * fix djlint syntax * fix removed sections * fix requirements file * fix getattr useage * auto fixed docstring * adapted ruff settings to better fit code base * reorder order of operations * adjust checks * disable autofix/format * fixed reqs * remove flake8 section from setup.cfg * moved isort config * added missing toml req * fixed req * fixed source path |