Skip to content

Commit d0eeaf8

Browse files
committed
update safety checks and test env vars
1 parent b33379d commit d0eeaf8

File tree

4 files changed

+683
-697
lines changed

4 files changed

+683
-697
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: safety
2626
name: safety
27-
entry: pipenv check --ignore 70612
27+
entry: pipenv check
2828
language: system
2929
pass_filenames: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
4545
pipenv run ruff check .
4646

4747
safety: # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
48-
pipenv check --ignore 70612
48+
pipenv check
4949
pipenv verify
5050

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

0 commit comments

Comments
 (0)