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 85ca8a5 commit 41f07baCopy full SHA for 41f07ba
.github/workflows/coding-style-check.yml
@@ -58,6 +58,6 @@ jobs:
58
steps:
59
- uses: actions/checkout@v4
60
- name: Install pylint
61
- run: pip install --user "pylint < 3.0" --break-system-packages
+ run: pip install --user "pylint < 3.0"
62
- name: Check Python files with pylint
63
run: find ./tools -name '*.py' -print -exec pylint {} +
0 commit comments