Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate (#35)
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/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/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1)
- [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
- [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

* downgrade markdown-link-check

---------

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 5cc89c4 commit 6776e30
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ 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
- id: check-non-existing-and-duplicate-excludes
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -54,7 +54,7 @@ repos:
- id: markdown-link-check
args: ["--quiet", "--config", ".md-link-config.json"]
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
Expand All @@ -78,7 +78,7 @@ repos:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -92,7 +92,7 @@ repos:
additional_dependencies:
- flake8-bugbear # Not fully implemented by ruff
- 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 @@ -101,11 +101,11 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-ruff
- id: nbqa-pyupgrade
Expand All @@ -114,11 +114,11 @@ repos:
- id: nbqa-pylint
args: [--rcfile=.pylintrc-nb.ini]
- 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
exclude_types:
Expand Down

0 comments on commit 6776e30

Please sign in to comment.