Skip to content
Snippets Groups Projects
Commit d6b77c67 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pre-commit] Update

parent d6a3c55f
No related branches found
No related tags found
Loading
......@@ -6,17 +6,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.8.5
hooks:
- id: ruff-format
- id: ruff
args: [ --fix ]
- repo: https://github.com/numpy/numpydoc
rev: v1.7.0
rev: v1.8.0
hooks:
- id: numpydoc-validation
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.14.1
hooks:
- id: mypy
args: [ --install-types, --non-interactive, --no-strict-optional, --ignore-missing-imports ]
......@@ -26,7 +26,7 @@ repos:
- id: hadolint
args: [--ignore, DL3007, --ignore, DL3008]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-added-large-files
......@@ -49,6 +49,6 @@ repos:
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v5.0.2
hooks:
- id: reuse
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