Skip to content

Commit

Permalink
[Minor] bump version for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Jun 8, 2024
1 parent 2250292 commit 2a7a1f4
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
@@ -5,22 +5,22 @@ fail_fast: true
repos:

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
args: [--config, pyproject.toml]
types: [python]


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.4.8
hooks:
- id: ruff
args: [ --fix ]


- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-toml
id: check-yaml

0 comments on commit 2a7a1f4

Please sign in to comment.