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

Update pre-commit hooks

parent 559a39e2
No related branches found
No related tags found
1 merge request!453Update pre-commit hooks
Pipeline #133262 passed
......@@ -14,12 +14,12 @@ repos:
- id: check-toml
- repo: https://github.com/crate-ci/typos
rev: v1.20.9
rev: v1.22.9
hooks:
- id: typos
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
......@@ -36,17 +36,17 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.4.0"
rev: "v0.5.0"
hooks:
- id: ruff
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment