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 e05434e commit 0d6a455Copy full SHA for 0d6a455
.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