Skip to content

Commit

Permalink
updated tools in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hemna committed Jan 10, 2025
1 parent 8d98546 commit e4f82d6
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
Expand Up @@ -13,12 +13,12 @@ repos:
- id: check-illegal-windows-names

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.0
hooks:
- id: ruff
###### Relevant part below ######
Expand All @@ -29,7 +29,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.11
rev: 0.5.16
hooks:
# Compile requirements
- id: pip-compile
Expand Down

0 comments on commit e4f82d6

Please sign in to comment.