fix pycodestyle config path

This commit is contained in:
Aarni Halinen
2021-03-29 01:49:07 +03:00
parent d56ab02c27
commit 4dfa033f0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ lint:py:
needs: []
script:
- pip install pycodestyle
- pycodestyle --config=setup.cfg --count .
- pycodestyle --config=pycodestyle.cfg --count .
lint:js:
image: node:14
+1 -1
View File
@@ -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