Skip to content

Commit c563d2a

Browse files
committed
Update dependencies
1 parent a725a58 commit c563d2a

File tree

4 files changed

+190
-155
lines changed

4 files changed

+190
-155
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ repos:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
5757
uv run ruff check .
5858

5959
safety: # Check for security vulnerabilities
60-
uv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
60+
uv run pip-audit
6161

6262
lint-apply: black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
6363

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ ignore = [
7070
"D102",
7171
"D103",
7272
"D104",
73+
"EM101",
7374
"EM102",
7475
"G004",
7576
"PLR0912",

0 commit comments

Comments
 (0)