diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-22 16:30:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-22 16:30:53 -0700 |
commit | 376d1ee7844d8ac702d9b68e936e634f1ed3d4a8 (patch) | |
tree | fc08c632a72090cc71a1981ce506ac552184c1c7 | |
parent | 87f972759cd8f859de4df15f1f13d37181f713dd (diff) | |
download | fatcat-376d1ee7844d8ac702d9b68e936e634f1ed3d4a8.tar.gz fatcat-376d1ee7844d8ac702d9b68e936e634f1ed3d4a8.zip |
run flake8 in CI
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0d78a9a..c563c487 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,7 @@ unified_test: - pipenv run ./tests/cli.sh # Just errors - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests/*.py + - pipenv run flake8 tests/ fatcat_web/ fatcat_tools/ *.py --count --select=E9,F63,F7,F82 --show-source --statistics rust_build_release: stage: build |