change code to bash
This commit is contained in:
16
Readme.md
16
Readme.md
@@ -61,15 +61,15 @@ python3 fet2020/manage.py check --deploy
|
|||||||
</code>
|
</code>
|
||||||
|
|
||||||
Code Formatting (zuerst isort und danach black anwenden):
|
Code Formatting (zuerst isort und danach black anwenden):
|
||||||
<code>
|
```bash
|
||||||
isort **/*.py
|
isort **/*.py
|
||||||
</code>
|
```
|
||||||
<code>
|
```bash
|
||||||
black **/*.py
|
black **/*.py
|
||||||
</code>
|
```
|
||||||
<code>
|
```bash
|
||||||
isort **/templatetags/*.py
|
isort **/templatetags/*.py
|
||||||
</code>
|
```
|
||||||
<code>
|
```bash
|
||||||
black **/templatetags/*.py
|
black **/templatetags/*.py
|
||||||
</code>
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user