Skip to content

Commit 905868b

Browse files
chore(deps): pre-commit.ci autoupdate (#42)
* chore(deps): pre-commit.ci autoupdate updates: - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v21.1.2](pre-commit/mirrors-clang-format@v21.1.0...v21.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/PyCQA/pylint: v3.3.8 → v3.3.9](pylint-dev/pylint@v3.3.8...v3.3.9) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/crate-ci/typos: v1.35.8 → v1](crate-ci/typos@v1.35.8...v1) * 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]>
1 parent 91abdc0 commit 905868b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ repos:
106106
docs/theme/tum.yml
107107
)
108108
- repo: https://github.com/pappasam/toml-sort
109-
rev: v0.24.2
109+
rev: v0.24.3
110110
hooks:
111111
- id: toml-sort-fix
112112
- repo: https://github.com/pre-commit/mirrors-clang-format
113-
rev: v21.1.0
113+
rev: v21.1.2
114114
hooks:
115115
- id: clang-format
116116
- repo: https://github.com/cpplint/cpplint
@@ -126,7 +126,7 @@ repos:
126126
additional_dependencies: [cmakelang]
127127
exclude: cmake/.*
128128
- repo: https://github.com/astral-sh/ruff-pre-commit
129-
rev: v0.12.11
129+
rev: v0.13.3
130130
hooks:
131131
- id: ruff-format
132132
- id: ruff-check
@@ -139,12 +139,12 @@ repos:
139139
- flake8-bugbear # Ruff does not implement all of bugbear
140140
- flake8-requirements # Not yet implemented https://github.com/astral-sh/ruff/issues/4100
141141
- repo: https://github.com/pre-commit/mirrors-mypy
142-
rev: v1.17.1
142+
rev: v1.18.2
143143
hooks:
144144
- id: mypy
145145
args: [--python-version, '3.12']
146146
- repo: https://github.com/PyCQA/pylint
147-
rev: v3.3.8
147+
rev: v3.3.9
148148
hooks:
149149
- id: pylint
150150
- repo: https://github.com/asottile/pyupgrade
@@ -165,10 +165,10 @@ repos:
165165
hooks:
166166
- id: shellcheck
167167
- repo: https://github.com/python-jsonschema/check-jsonschema
168-
rev: 0.33.3
168+
rev: 0.34.0
169169
hooks:
170170
- id: check-github-workflows
171171
- repo: https://github.com/crate-ci/typos
172-
rev: v1.35.8
172+
rev: v1.37.3
173173
hooks:
174174
- id: typos

0 commit comments

Comments
 (0)