Skip to content

Commit

Permalink
Update latest dependencies (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: gsheni <[email protected]>
  • Loading branch information
Trane-bot and gsheni authored Oct 7, 2024
1 parent 6f9ab27 commit bbd31ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
exclude: ^LICENSE/|\.(html|csv|svg|md)$
default_stages: [pre-commit, commit, pre-push]
default_stages: [pre-commit, pre-commit, pre-push]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
- id: add-trailing-comma
name: Add trailing comma
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
Expand Down

0 comments on commit bbd31ca

Please sign in to comment.