Skip to content
Snippets Groups Projects
Commit b32c4a57 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Update pre-commit hooks

parent 8f48467e
No related branches found
No related tags found
1 merge request!516Schedperf
......@@ -14,7 +14,7 @@ repos:
- id: check-toml
- repo: https://github.com/crate-ci/typos
rev: v1.29.9
rev: v1.30.2
hooks:
- id: typos
......@@ -30,7 +30,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.9.7"
rev: "v0.11.4"
hooks:
- id: ruff
args: ["--fix", "--select", "I"]
......@@ -44,7 +44,7 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py310-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment