Skip to content

Commit

Permalink
bumped the pre-commit dependencys
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 10, 2024
1 parent d000169 commit 895ae72
Showing 1 changed file with 2 additions and 2 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: check-toml
Expand Down Expand Up @@ -51,7 +51,7 @@ repos:
- id: python-check-blanket-noqa
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 895ae72

Please sign in to comment.