Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/luminartech/dev-tools: 0.7.0 → 0.8.0](luminartech/dev-tools@0.7.0...0.8.0)
- [github.com/executablebooks/mdformat: 0.7.19 → 0.7.22](hukkin/mdformat@0.7.19...0.7.22)
- [github.com/tcort/markdown-link-check: v3.12.2 → v3.13.6](tcort/markdown-link-check@v3.12.2...v3.13.6)
- [github.com/google/yamlfmt: v0.14.0 → v0.15.0](google/yamlfmt@v0.14.0...v0.15.0)
- [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
- [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.4...v19.1.7)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.1...v0.9.4)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/PyCQA/pylint: v3.3.2 → v3.3.4](pylint-dev/pylint@v3.3.2...v3.3.4)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1)
- [github.com/crate-ci/typos: typos-dict-v0.11.37 → typos-dict-v0.12.4](crate-ci/typos@typos-dict-v0.11.37...typos-dict-v0.12.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 9af6f7d commit 492c579
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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.7.0
rev: 0.8.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.19
rev: 0.7.22
hooks:
- id: mdformat
exclude: ^slides/
Expand All @@ -62,13 +62,13 @@ repos:
- mdformat-config
- mdformat-toc
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
rev: v3.13.6
hooks:
- id: markdown-link-check
args: ["--quiet", "--config", ".md-link-config.json"]
exclude: ^slides/homework
- repo: https://github.com/google/yamlfmt
rev: v0.14.0
rev: v0.15.0
hooks:
- id: yamlfmt
exclude: |
Expand All @@ -94,12 +94,12 @@ repos:
- id: toml-sort-fix
- repo: https://github.com/PyCQA/docformatter
# Use tag > v1.7.5 if available
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.4
rev: v19.1.7
hooks:
- id: clang-format
- repo: https://github.com/cpplint/cpplint
Expand All @@ -115,7 +115,7 @@ repos:
additional_dependencies: [cmakelang]
exclude: cmake/.*
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.9.4
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -128,16 +128,16 @@ repos:
- flake8-bugbear # Ruff does not implement all of bugbear
- flake8-requirements # Not yet implemented https://github.com/astral-sh/ruff/issues/4100
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
args: [--python-version, '3.12']
- repo: https://github.com/PyCQA/pylint
rev: v3.3.2
rev: v3.3.4
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py312-plus, --keep-runtime-typing]
Expand All @@ -154,10 +154,10 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.1
hooks:
- id: check-github-workflows
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: typos-dict-v0.12.4
hooks:
- id: typos

0 comments on commit 492c579

Please sign in to comment.