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
Branches
No related tags found
1 merge request!516Schedperf
...@@ -14,7 +14,7 @@ repos: ...@@ -14,7 +14,7 @@ repos:
- id: check-toml - id: check-toml
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.29.9 rev: v1.30.2
hooks: hooks:
- id: typos - id: typos
...@@ -30,7 +30,7 @@ repos: ...@@ -30,7 +30,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: "v0.9.7" rev: "v0.11.4"
hooks: hooks:
- id: ruff - id: ruff
args: ["--fix", "--select", "I"] args: ["--fix", "--select", "I"]
...@@ -44,7 +44,7 @@ repos: ...@@ -44,7 +44,7 @@ repos:
rev: v3.19.1 rev: v3.19.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py310-plus]
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8 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