Skip to content

Commit

Permalink
fix: update requirements version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Jun 24, 2024
1 parent edf7e9e commit 10894a8
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 299 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.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: fix-byte-order-marker
Expand All @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.10
hooks:
- id: ruff
- id: ruff-format
Loading

0 comments on commit 10894a8

Please sign in to comment.