Fix tests, add vulture_ignorelist.py, fix markdown_editor highlighter bug
This commit is contained in:
parent
f6e10dccac
commit
02a60ca656
14 changed files with 2277 additions and 61 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
black pyflakes3
|
||||
black pyflakes3 vulture
|
||||
|
||||
- name: Run linters
|
||||
run: |
|
||||
|
|
@ -23,3 +23,4 @@ jobs:
|
|||
black --diff --check tests/*
|
||||
pyflakes3 bouquin/*
|
||||
pyflakes3 tests/*
|
||||
vulture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue