We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d28bd0 commit def75d0Copy full SHA for def75d0
.github/workflows/pylint.yml
@@ -30,4 +30,4 @@ jobs:
30
uv sync --group ci
31
- name: Analysing the code with pylint
32
run: |
33
- uv run pylint --output-format=text src/pycasx
+ uv run pylint --fail-under=9 --output-format=text src/pycasx
0 commit comments