Skip to content

Commit

Permalink
[MAINTENANCE] code style - Python: ignore extra/ submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Oct 15, 2024
1 parent 5b5d7f9 commit 7857e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/pycodestyle.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh

flake8 --extend-exclude "ver_settings.py,synth_settings.py" --statistics --extend-ignore=T201,T202,B902,F821,E501,E203,E221,E261,E265,E266
flake8 --extend-exclude "ver_settings.py,synth_settings.py,extra/" --statistics --extend-ignore=T201,T202,B902,F821,E501,E203,E221,E261,E265,E266

0 comments on commit 7857e29

Please sign in to comment.