mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Test that flake8 error actually fails CI
This commit is contained in:
parent
68fbf93ed1
commit
29644e404d
2 changed files with 3 additions and 1 deletions
|
@ -26,5 +26,7 @@ for fname in run_separately:
|
|||
![pytest @(replace_args(0)) @(ignores)]
|
||||
for index, fname in enumerate(run_separately):
|
||||
![pytest @(replace_args(index+1)) @(fname)]
|
||||
|
||||
echo "---------- Running flake8 ----------"
|
||||
python -m flake8
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ per-file-ignores =
|
|||
xonsh/readline_shell.py:F401,
|
||||
xonsh/style_tools.py:F821 E305,
|
||||
xonsh/timings.py:F401,
|
||||
xonsh/tokenize.py:F821 F841,
|
||||
# xonsh/tokenize.py:F821 F841,
|
||||
xonsh/tools.py:E731 E305,
|
||||
xonsh/xonfig.py:E731,
|
||||
xontrib/vox.py:F821,
|
||||
|
|
Loading…
Add table
Reference in a new issue