Skip to content

Commit ef88745

Browse files
committed
ingore F405
1 parent 5f27d8e commit ef88745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pytest || true
3939

4040
- name: Run Ruff checks with ignored rules
41-
run: ruff check . --ignore B904,B905,EM101,EXE001,G004,ISC001,PLC0415,PLC1901,PLW060,PLW1641,PLW2901,PT011,PT018,PT028,S101,S311,SIM905,SLF001
41+
run: ruff check . --ignore B904,B905,EM101,EXE001,G004,ISC001,PLC0415,PLC1901,PLW060,PLW1641,PLW2901,PT011,PT018,PT028,S101,S311,SIM905,SLF001,F405
4242

4343
- name: Run Mypy type checks
4444
run: mypy . --ignore-missing-imports || true

0 commit comments

Comments
 (0)