fix pycodestyle config path
This commit is contained in:
@@ -94,7 +94,7 @@ Merge requests to `master` should be reviewed by multiple developers. Only a mod
|
||||
Lint python files using `pycodestyle` with
|
||||
|
||||
```bash
|
||||
pycodestyle --config=setup.cfg --count .
|
||||
pycodestyle --config=pycodestyle.cfg --count .
|
||||
```
|
||||
|
||||
Lint javascript and markdown using `eslint` and `remark` with
|
||||
|
||||
Reference in New Issue
Block a user