Skip to content

Commit f85cfce

Browse files
committed
Ignore F403 in flake8
1 parent 2805d33 commit f85cfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
black $${PKG_DIR} --required-version '24.8.0' --check -v --extend-exclude "^.*dynamic_api.py$$"
4747
flake8 $${PKG_DIR} --count --max-complexity=20 --max-line-length=94 --statistics --exclude=*dynamic_api.py --ignore=W503,W605
4848
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
49+
flake8 /main/tests --count --max-complexity=20 --max-line-length=94 --statistics --ignore=F401,F811,W503,F403
5050
else
5151
echo "=== Running ==="
5252
echo "Please see 'docker-compose-test.yaml' for detail on running tests."

0 commit comments

Comments
 (0)