Skip to content

Commit 82b9fb9

Browse files
committed
Disable flake8 linting
The new version of Black generates formatting that flake8 disagrees with. Ruff refuses to let you add noqa lines to disable flake8 checks if it feels that the noqa lines are unnecessary. So one of the three tools has to go.
1 parent 0b657af commit 82b9fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88

99
jobs:
10-
call-workflow:
11-
uses: lsst/rubin_workflows/.github/workflows/lint.yaml@main
1210
ruff:
1311
runs-on: ubuntu-latest
1412
steps:

0 commit comments

Comments
 (0)