Skip to content

Commit 7fe1cf7

Browse files
committed
add flake8 info to readme
1 parent e92372b commit 7fe1cf7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,17 @@ With coverage:
7272
```sh
7373
$ python manage.py cov
7474
```
75+
76+
###
77+
78+
Run flake8 on the app:
79+
80+
```sh
81+
$ python manage.py flake
82+
```
83+
84+
or
85+
86+
```
87+
$ flake8 .
88+
```

0 commit comments

Comments
 (0)