Skip to content

Commit

Permalink
upgraded deps + added pip-audit precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Mar 2, 2024
1 parent 5824e42 commit bd52ec5
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 57 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/python-poetry/poetry
rev: "1.7.0" # add version here
rev: "1.8.1"
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -13,9 +13,14 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.9
rev: v0.3.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
args: [src/loamy/]
- repo: https://github.com/pypa/pip-audit
rev: v2.7.2
hooks:
- id: pip-audit
args: ["-r", "requirements.txt"]
Loading

0 comments on commit bd52ec5

Please sign in to comment.