Skip to content

Commit

Permalink
⬆ Bump (pre-commit): Update grpcio 1.69.0 and google-api 2.157.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Jan 6, 2025
1 parent b105b27 commit 3d76837
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 331 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ repos:
args: [ --markdown-linebreak-ext=md ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.6
hooks:
# Run the linter.
- id: ruff
Expand All @@ -55,21 +55,21 @@ repos:
exclude: '.*_pb2\\.py$'

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.6
hooks:
# Run the formatter.
- id: ruff-format
args: [ "--config", "pyproject.toml" ]
exclude: '.*_pb2\\.py$'

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
exclude: '.*_pb2\\.py$'

- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: [ "-c", "pyproject.toml" ]
Expand Down
Loading

0 comments on commit 3d76837

Please sign in to comment.