Skip to content
Snippets Groups Projects
Commit c7c316e5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

pre-commit: autoupdate

parent 0c83aece
No related branches found
No related tags found
1 merge request!80Update pre-commit hooks
...@@ -12,7 +12,7 @@ repos: ...@@ -12,7 +12,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
exclude: '^((LICENSES|contrib)/.*|src/mtime_iso8601\.c$)' exclude: '^((LICENSES|contrib)/.*|src/mtime_iso8601\.c$)'
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.6 rev: v19.1.7
hooks: hooks:
- id: clang-format - id: clang-format
# Exclude the automatically generated file: # Exclude the automatically generated file:
...@@ -39,7 +39,7 @@ repos: ...@@ -39,7 +39,7 @@ repos:
types: [file] types: [file]
files: \.cmake\.in$ files: \.cmake\.in$
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 6.0.0
hooks: hooks:
- id: isort - id: isort
- id: isort - id: isort
...@@ -47,7 +47,7 @@ repos: ...@@ -47,7 +47,7 @@ repos:
types_or: [file] types_or: [file]
files: (python\.sh|\.py)\.in$ files: (python\.sh|\.py)\.in$
- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0 rev: 25.1.0
hooks: hooks:
- id: black - id: black
- id: black - id: black
......
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