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 bdea217 commit 7d1988dCopy full SHA for 7d1988d
.github/workflows/lint-source.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Install Fortitude
14
- run: pip install --break-system-packages fortitude-lint
+ run: pip install fortitude-lint
15
16
- name: Lint the source code
17
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* >> $GITHUB_STEP_SUMMARY
0 commit comments