Skip to content
Snippets Groups Projects
Commit baf4940a authored by Moul's avatar Moul
Browse files

Bump pre-commit hooks, Ruff v0.11.0

https://astral.sh/blog/ruff-v0.10.0
parent dd190c1c
No related branches found
No related tags found
No related merge requests found
Pipeline #40200 waiting for manual action
......@@ -11,13 +11,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.11.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
......@@ -38,7 +38,7 @@ repos:
- --license-filepath
- license_header.txt
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.21
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
......
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