Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Oct 9, 2024
1 parent be66626 commit 7042963
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 403 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:

# pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# Prevent giant files from being committed.
- id: check-added-large-files
Expand Down Expand Up @@ -75,7 +75,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff # Linter
args: [--fix]
Expand Down Expand Up @@ -103,7 +103,7 @@ repos:

# vulture
- repo: https://github.com/jendrikseipp/vulture
rev: "v2.12"
rev: "v2.13"
hooks:
- id: vulture

Expand Down
Loading

0 comments on commit 7042963

Please sign in to comment.