Remove poetry #93019
@ -44,7 +44,7 @@ cp looper_example_project/settings.example.py looper_example_project/settings.py
|
|||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
Make sure your development environment is set up correctly and then run
|
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
|
# Type Checking
|
||||||
|
|
||||||
@ -54,5 +54,5 @@ are checked as part of `./test.sh`.
|
|||||||
# Code Formatting
|
# Code Formatting
|
||||||
|
|
||||||
We use [Black](https://black.readthedocs.io/en/stable/) to format code. Proper
|
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 .`
|
codebase run `black .`
|
||||||
|
Loading…
Reference in New Issue
Block a user