We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f79701 commit d26918aCopy full SHA for d26918a
.github/workflows/pylint-windows.yaml
@@ -26,9 +26,9 @@ jobs:
26
# Add additional windows requirements
27
if (Test-Path "command_runner/requirements-win.txt") { pip install -r command_runner/requirements-win.txt }
28
- name: Lint with Pylint
29
- python -m pip install pylint
30
if: ${{ matrix.python-version == '3.9' }}
31
run: |
+ python -m pip install pylint
32
# Do not run pylint on python 3.3 because isort is not available for python 3.3, don't run on python 3.4 because pylint: disable=xxxx does not exist
33
python -m pylint --disable=C,W,R --max-line-length=127 command_runner
34
- name: Lint with flake8
0 commit comments