We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2805d33 commit f85cfceCopy full SHA for f85cfce
docker-compose-test.yaml
@@ -46,7 +46,7 @@ services:
46
black $${PKG_DIR} --required-version '24.8.0' --check -v --extend-exclude "^.*dynamic_api.py$$"
47
flake8 $${PKG_DIR} --count --max-complexity=20 --max-line-length=94 --statistics --exclude=*dynamic_api.py --ignore=W503,W605
48
black /main/tests --required-version '24.8.0' --check -v
49
- flake8 /main/tests --count --max-complexity=20 --max-line-length=94 --statistics --ignore=F401,F811,W503
+ flake8 /main/tests --count --max-complexity=20 --max-line-length=94 --statistics --ignore=F401,F811,W503,F403
50
else
51
echo "=== Running ==="
52
echo "Please see 'docker-compose-test.yaml' for detail on running tests."
0 commit comments