Skip to content

Commit 894de1f

Browse files
committed
pylint batch
1 parent 4fe806e commit 894de1f

File tree

172 files changed

+7177
-6831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+7177
-6831
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ jobs:
179179
fail-fast: false
180180
matrix:
181181
task:
182+
- name: pylint
183+
tox: pylint
184+
# continue_on_error: true
185+
- name: codespell
186+
tox: codespell
187+
# continue_on_error: true
188+
- name: bandit
189+
tox: bandit
190+
# continue_on_error: true
182191
- name: flake8
183192
tox: flake8
184193
continue_on_error: true
@@ -258,7 +267,6 @@ jobs:
258267
run: |
259268
pip install --upgrade pip setuptools wheel
260269
pip install --upgrade tox
261-
pip install --upgrade six
262270
- uses: twisted/[email protected]
263271
- name: Download Coverage
264272
if: matrix.task.download_coverage

0 commit comments

Comments
 (0)