mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
This commit is contained in:
commit
5522f49599
3 changed files with 3 additions and 2 deletions
2
.github/workflows/black.yml
vendored
2
.github/workflows/black.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
- name: Black Check
|
||||
uses: "lgeiger/black-action@master"
|
||||
with:
|
||||
args: "--check --exclude=xonsh/ply/ xonsh/ xontrib/"
|
||||
args: "--check xonsh/ xontrib/"
|
||||
|
|
|
@ -50,5 +50,4 @@ script:
|
|||
doctr deploy --deploy-repo xonsh/xonsh-docs .;
|
||||
else
|
||||
xonsh run-tests.xsh --timeout=10;
|
||||
flake8;
|
||||
fi
|
||||
|
|
|
@ -26,3 +26,5 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue