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/editorconfig-checker/editorconfig-checker.python: 2.6.1 → 2.6.2](editorconfig-checker/editorconfig-checker.python@2.6.1...2.6.2)
- [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0)
- [github.com/pre-commit/mirrors-clang-format: v15.0.4 → v15.0.6](pre-commit/mirrors-clang-format@v15.0.4...v15.0.6)
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2023
1 parent 6342d67 commit 957ca85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ repos:
args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250']

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.6.1
rev: 2.6.2
hooks:
- id: editorconfig-checker
name: check .editorconfig rules

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint
args: [--config=.markdownlint.yml, scan]
Expand All @@ -83,7 +83,7 @@ repos:
args: [--config=.cmake-linter.yml]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.4
rev: v15.0.6
hooks:
- id: clang-format

Expand Down

0 comments on commit 957ca85

Please sign in to comment.