Skip to content

Commit 80334ab

Browse files
[pre-commit.ci] pre-commit autoupdate (#149)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0) - [github.com/pre-commit/mirrors-clang-format: v17.0.2 → v19.1.1](pre-commit/mirrors-clang-format@v17.0.2...v19.1.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * pre-commit ci: update monthly - no pr autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Benoit Bovy <[email protected]>
1 parent 4a392ca commit 80334ab

18 files changed

+1817
-2063
lines changed

.pre-commit-config.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: debug-statements
99
- id: mixed-line-ending
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.12.0
11+
rev: 5.13.2
1212
hooks:
1313
- id: isort
1414
args: ["--profile", "black"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.9.1
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
args: [--safe, --quiet]
2020
- repo: https://github.com/pre-commit/mirrors-clang-format
21-
rev: v17.0.2
21+
rev: v19.1.1
2222
hooks:
2323
- id: clang-format
2424
args: [--style=file]
25+
26+
ci:
27+
autofix_prs: false
28+
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)