Replace black with ruff formatter (#3688)
ruff is drop-in-replacement for black and some of deviations actually make some sense. Argueably they seems to be very good at what they do, while for us it's one less dependency to manage See https://docs.astral.sh/ruff/formatter/ to understand more
Showing
- .github/workflows/hypha-ci.yml 4 additions, 4 deletions.github/workflows/hypha-ci.yml
- .pre-commit-config.yaml 5 additions, 9 deletions.pre-commit-config.yaml
- .prettierignore 2 additions, 0 deletions.prettierignore
- Makefile 2 additions, 2 deletionsMakefile
- hypha/apply/activity/messaging.py 2 additions, 2 deletionshypha/apply/activity/messaging.py
- hypha/apply/activity/options.py 12 additions, 8 deletionshypha/apply/activity/options.py
- hypha/apply/categories/admin_helpers.py 1 addition, 1 deletionhypha/apply/categories/admin_helpers.py
- hypha/apply/funds/tables.py 13 additions, 1 deletionhypha/apply/funds/tables.py
- hypha/apply/funds/tests/test_models.py 4 additions, 3 deletionshypha/apply/funds/tests/test_models.py
- hypha/apply/funds/views_beta.py 3 additions, 1 deletionhypha/apply/funds/views_beta.py
- requirements-dev.txt 0 additions, 1 deletionrequirements-dev.txt
Loading
Please register or sign in to comment