Skip to content

Commit bb10066

Browse files
pre-commit-ci[bot]HDembinski
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#939)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.11.0](psf/black-pre-commit-mirror@23.7.0...23.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.1.6](astral-sh/ruff-pre-commit@v0.0.286...v0.1.6) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v17.0.6](pre-commit/mirrors-clang-format@v16.0.6...v17.0.6) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](pre-commit/mirrors-mypy@v1.5.1...v1.7.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5fe8739 commit bb10066

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.4.0
18+
rev: v4.5.0
1919
hooks:
2020
- id: check-case-conflict
2121
- id: check-docstring-first
@@ -34,20 +34,20 @@ repos:
3434

3535
# Python formatting
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 23.7.0
37+
rev: 23.11.0
3838
hooks:
3939
- id: black
4040

4141
# Ruff linter, replacement for flake8, pydocstyle, isort
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.0.286'
43+
rev: 'v0.1.6'
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --show-fixes]
4747

4848
# C++ formatting
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v16.0.6
50+
rev: v17.0.6
5151
hooks:
5252
- id: clang-format
5353

@@ -62,7 +62,7 @@ repos:
6262

6363
# Python type checking
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: 'v1.5.1'
65+
rev: 'v1.7.1'
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: [numpy]

0 commit comments

Comments
 (0)