Skip to content
Snippets Groups Projects
Commit 9e7b6721 authored by Corné Lukken's avatar Corné Lukken
Browse files

Update linting paths for new code structure

parent 9f00e86c
No related branches found
No related tags found
1 merge request!1Initial binary wheel setup
Checking pipeline status
...@@ -31,14 +31,14 @@ usedevelop = False ...@@ -31,14 +31,14 @@ usedevelop = False
envdir = {toxworkdir}/linting envdir = {toxworkdir}/linting
commands = commands =
pep8: {envpython} -m flake8 --version pep8: {envpython} -m flake8 --version
pep8: {envpython} -m flake8 --extend-exclude './.venv/','./venv/' pep8: {envpython} -m flake8 src tests
black: {envpython} -m black --version black: {envpython} -m black --version
black: {envpython} -m black --check --diff . black: {envpython} -m black --check --diff src tests
pylint: {envpython} -m pylint --version pylint: {envpython} -m pylint --version
pylint: {envpython} -m pylint {{cookiecutter.project_slug}} tests pylint: {envpython} -m pylint src tests
format: {envpython} -m autopep8 -v -aa --in-place --recursive {{cookiecutter.project_slug}} format: {envpython} -m autopep8 -v -aa --in-place --recursive src
format: {envpython} -m autopep8 -v -aa --in-place --recursive tests format: {envpython} -m autopep8 -v -aa --in-place --recursive tests
format: {envpython} -m black -v . format: {envpython} -m black -v src tests
[testenv:{build-local,build-ci-linux}] [testenv:{build-local,build-ci-linux}]
deps = deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment