Skip to content

Commit d3dcf4f

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.1](asottile/pyupgrade@v3.3.1...v3.19.1) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/pycqa/flake8: 6.0.0 → 7.2.0](PyCQA/flake8@6.0.0...7.2.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.19.1](adamchainz/blacken-docs@1.13.0...1.19.1) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.22](hukkin/mdformat@0.7.16...0.7.22) - [github.com/yoheimuta/protolint: v0.42.2 → v0.54.1](yoheimuta/protolint@v0.42.2...v0.54.1)
1 parent 00c51e0 commit d3dcf4f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ci:
1414

1515
repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-ast
2020
- id: check-byte-order-marker
@@ -29,43 +29,43 @@ repos:
2929
- id: trailing-whitespace
3030
- id: mixed-line-ending
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.3.1
32+
rev: v3.19.1
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py36-plus]
3636
- repo: https://github.com/PyCQA/docformatter
37-
rev: v1.5.1
37+
rev: v1.7.5
3838
hooks:
3939
- id: docformatter
4040
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.12.0
42+
rev: 6.0.1
4343
hooks:
4444
- id: isort
4545
name: Format imports
4646
- repo: https://github.com/pycqa/flake8
47-
rev: 6.0.0
47+
rev: 7.2.0
4848
hooks:
4949
- id: flake8
5050
- repo: https://github.com/psf/black
51-
rev: 23.3.0
51+
rev: 25.1.0
5252
hooks:
5353
- id: black
5454
name: Format code
5555
- repo: https://github.com/asottile/blacken-docs
56-
rev: 1.13.0
56+
rev: 1.19.1
5757
hooks:
5858
- id: blacken-docs
5959
args: [--line-length=120]
6060
- repo: https://github.com/executablebooks/mdformat
61-
rev: 0.7.16
61+
rev: 0.7.22
6262
hooks:
6363
- id: mdformat
6464
additional_dependencies:
6565
- mdformat-gfm
6666
- mdformat_frontmatter
6767
exclude: CHANGELOG.md
6868
- repo: https://github.com/yoheimuta/protolint
69-
rev: v0.42.2
69+
rev: v0.54.1
7070
hooks:
7171
- id: protolint

0 commit comments

Comments
 (0)