Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate (#32)
Browse files Browse the repository at this point in the history
* chore(deps): pre-commit.ci autoupdate

updates:
- [github.com/luminartech/dev-tools: 0.4.0 → 0.7.0](luminartech/dev-tools@0.4.0...0.7.0)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19)
- [github.com/tcort/markdown-link-check: v3.12.2 → v3.13.6](tcort/markdown-link-check@v3.12.2...v3.13.6)
- [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
- [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.4](pre-commit/mirrors-clang-format@v19.1.3...v19.1.4)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
- [github.com/scop/pre-commit-shfmt: v3.10.0-1 → v3.10.0-2](scop/pre-commit-shfmt@v3.10.0-1...v3.10.0-2)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/crate-ci/typos: v1.27.0 → typos-dict-v0.11.37](crate-ci/typos@v1.27.0...typos-dict-v0.11.37)

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Markus Hofbauer <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and hofbi authored Dec 3, 2024
1 parent 282f860 commit 9af6f7d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/luminartech/dev-tools
rev: 0.4.0
rev: 0.7.0
hooks:
- id: check-snake-case
- id: check-cpp-and-cu-unit-test-naming-pattern
Expand All @@ -51,7 +51,7 @@ repos:
- id: check-shellscript-set-options
- id: check-non-existing-and-duplicate-excludes
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
exclude: ^slides/
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
docs/theme/tum.yml
)
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/PyCQA/docformatter
Expand All @@ -99,7 +99,7 @@ repos:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
rev: v19.1.4
hooks:
- id: clang-format
- repo: https://github.com/cpplint/cpplint
Expand All @@ -114,8 +114,8 @@ repos:
- id: cmake-lint
additional_dependencies: [cmakelang]
exclude: cmake/.*
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -133,7 +133,7 @@ repos:
- id: mypy
args: [--python-version, '3.12']
- repo: https://github.com/PyCQA/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -146,18 +146,18 @@ repos:
hooks:
- id: auto-walrus
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-1
rev: v3.10.0-2
hooks:
- id: shfmt
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
- repo: https://github.com/crate-ci/typos
rev: v1.27.0
rev: typos-dict-v0.11.37
hooks:
- id: typos

0 comments on commit 9af6f7d

Please sign in to comment.