Skip to content

Commit cba531e

Browse files
committed
ci: fix current failures
Signed-off-by: David Sanders <dsanders11@ucsbalum.com>
1 parent 393ec2b commit cba531e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- uses: astral-sh/ruff-action@v3
2222
with:
23-
args: "check --select=E,F,PLC,PLE,UP,W,YTT --ignore=E721,PLC0206,PLC0415,PLC1901,S101,UP031 --target-version=py39"
23+
args: "check --select=E,F,PLC,PLE,UP,W,YTT --ignore=E721,F507,PLC0206,PLC0415,PLC1901,S101,UP031 --target-version=py39"
2424
- run: ruff format --check --diff
2525

2626
lint-js:

0 commit comments

Comments
 (0)