1 parent c5de5d5 commit dbfa2cfCopy full SHA for dbfa2cf
1 file changed
.github/workflows/python.yml
@@ -38,7 +38,7 @@ jobs:
38
run: bandit -r . --skip B101,B105 -ll || true
39
40
- name: Run Pytest tests
41
- run: pytest --doctest-modules --tb=short || true
+ run: pytest --tb=short || true
42
43
- name: Run Ruff checks with ignored rules
44
run: ruff check . --ignore B904,B905,EM101,EXE001,G004,ISC001,PLC0415,PLC1901,PLW060,PLW1641,PLW2901,PT011,PT018,PT028,S101,S311,SIM905,SLF001,F405
0 commit comments