Skip to content

Commit

Permalink
test(flake8): config
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Jan 13, 2022
1 parent 7eb9e00 commit dd77595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-template: &test-template
command: |
pip install -e .[tests]
pip install -r requirements.txt
python3 -m flake8
python3 -m flake8 --config tests/.flake8
echo buku | xargs pylint --rcfile tests/.pylintrc
find . -iname "*.py" ! -path "./api/*" | xargs pylint --rcfile tests/.pylintrc
python3 -m pytest ./tests/test_*.py --cov buku -vv --durations=0 -c ./tests/pytest.ini
Expand Down
3 changes: 3 additions & 0 deletions tests/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length=139
extend-ignore = E203

0 comments on commit dd77595

Please sign in to comment.