Remove poetry #93019

Merged
Anna Sirota merged 27 commits from remove-poetry into main 2024-07-01 17:03:21 +02:00
Showing only changes of commit af74e418cc - Show all commits

View File

@ -44,7 +44,7 @@ cp looper_example_project/settings.example.py looper_example_project/settings.py
# Testing
Make sure your development environment is set up correctly and then run
`./test.sh` in the root of the repository.
`./manage.py test` in the root of the repository.
# Type Checking
@ -54,5 +54,5 @@ are checked as part of `./test.sh`.
# Code Formatting
We use [Black](https://black.readthedocs.io/en/stable/) to format code. Proper
formatting is checked as part of the tests in `/test.sh`. To reformat the whole
formatting is checked as part of the tests in `./test.sh`. To reformat the whole
codebase run `black .`