1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-06-13 20:02:26 -04:00

updated tools in pre-commit

This commit is contained in:
Hemna 2025-01-10 17:07:45 -05:00
parent 8d98546055
commit e4f82d6054

View File

@ -13,12 +13,12 @@ repos:
- id: check-illegal-windows-names - id: check-illegal-windows-names
- repo: https://github.com/asottile/setup-cfg-fmt - repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0 rev: v2.7.0
hooks: hooks:
- id: setup-cfg-fmt - id: setup-cfg-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4 rev: v0.9.0
hooks: hooks:
- id: ruff - id: ruff
###### Relevant part below ###### ###### Relevant part below ######
@ -29,7 +29,7 @@ repos:
- repo: https://github.com/astral-sh/uv-pre-commit - repo: https://github.com/astral-sh/uv-pre-commit
# uv version. # uv version.
rev: 0.5.11 rev: 0.5.16
hooks: hooks:
# Compile requirements # Compile requirements
- id: pip-compile - id: pip-compile