File tree Expand file tree Collapse file tree 4 files changed +190
-155
lines changed Expand file tree Collapse file tree 4 files changed +190
-155
lines changed Original file line number Diff line number Diff line change 2424 types : ["python"]
2525 - id : pip-audit
2626 name : pip-audit
27- entry : uv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
27+ entry : uv run pip-audit
2828 language : system
2929 pass_filenames : false
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
5757 uv run ruff check .
5858
5959safety : # Check for security vulnerabilities
60- uv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
60+ uv run pip-audit
6161
6262lint-apply : black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
6363
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ ignore = [
7070 " D102" ,
7171 " D103" ,
7272 " D104" ,
73+ " EM101" ,
7374 " EM102" ,
7475 " G004" ,
7576 " PLR0912" ,
You can’t perform that action at this time.
0 commit comments