Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.6.0](pre-commit/pre-commit-hooks@v3.2.0...v4.6.0)
- [github.com/pre-commit/mirrors-clang-format: v17.0.3 → v18.1.5](pre-commit/mirrors-clang-format@v17.0.3...v18.1.5)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/psf/black: 22.10.0 → 24.4.2](psf/black@22.10.0...24.4.2)
- [github.com/adrienverge/yamllint.git: v1.21.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.21.0...v1.35.1)
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.1...0.2.3)
  • Loading branch information
pre-commit-ci[bot] authored and dmitry-kabanov committed May 14, 2024
1 parent cd3dbfe commit e6b69b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files

# C source code
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3
rev: v18.1.5
hooks:
- id: clang-format
- repo: https://github.com/cheshirekow/cmake-format-precommit
Expand All @@ -28,23 +28,23 @@ repos:


- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.4.2
hooks:
- id: black

# YAML
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.21.0
rev: v1.35.1
hooks:
- id: yamllint
args: [--format, parsable, --strict]

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.1
rev: 0.2.3
hooks:
- id: yamlfmt
args: [--preserve-quotes]
Expand Down

0 comments on commit e6b69b5

Please sign in to comment.