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