Skip to content

Commit ed434e6

Browse files
committed
⬆ Bump (pre-commit): Update protobuf 5.27.2, black 23.12.1, ruff 0.5.1 and mypy 1.10.1
1 parent bf1ec19 commit ed434e6

File tree

3 files changed

+150
-136
lines changed

3 files changed

+150
-136
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ repos:
2222
args: [ --markdown-linebreak-ext=md ]
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.15.2
25+
rev: v3.16.0
2626
hooks:
2727
- id: pyupgrade
2828
args:
2929
- --py3-plus
3030
- --keep-runtime-typing
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.4.2
33+
rev: v0.5.1
3434
hooks:
3535
# Run the linter.
3636
- id: ruff
@@ -55,21 +55,21 @@ repos:
5555
exclude: '.*_pb2\\.py$'
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.4.2
58+
rev: v0.5.1
5959
hooks:
6060
# Run the formatter.
6161
- id: ruff-format
6262
args: [ "--config", "pyproject.toml" ]
6363
exclude: '.*_pb2\\.py$'
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v1.10.0
66+
rev: v1.10.1
6767
hooks:
6868
- id: mypy
6969
exclude: '.*_pb2\\.py$'
7070

7171
- repo: https://github.com/PyCQA/bandit
72-
rev: 1.7.8
72+
rev: 1.7.9
7373
hooks:
7474
- id: bandit
7575
args: [ "-c", "pyproject.toml" ]

0 commit comments

Comments
 (0)