Skip to content

Commit

Permalink
Loosening dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Nov 16, 2024
1 parent 75685a1 commit 9318fb5
Show file tree
Hide file tree
Showing 3 changed files with 1,286 additions and 1,201 deletions.
4 changes: 2 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/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=5000"]
Expand All @@ -14,7 +14,7 @@ repos:
- --unsafe
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
rev: v0.7.4
hooks:
- id: ruff
args: ["--fix", "--no-unsafe-fixes"]
Expand Down
Loading

0 comments on commit 9318fb5

Please sign in to comment.