We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf1132 commit 1814e68Copy full SHA for 1814e68
.github/workflows/pylint.yml
@@ -24,5 +24,5 @@ jobs:
24
pip install -r requirements-dev.txt
25
# Run pylint against all .py files in the codebase.
26
- name: Analysing the code with pylint
27
- run: |
28
- pylint **/*.py
+ run: |
+ pylint **/*.py
0 commit comments