Skip to content

Commit 976f545

Browse files
authored
Update python.yml
1 parent 998c696 commit 976f545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: bandit -r . --skip B101,B105 || true
3636

3737
- name: Run Pytest tests
38-
run: pytest || true
38+
run: pytest
3939

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

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

0 commit comments

Comments
 (0)