Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2121)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/Lucas-C/pre-commit-hooks: v1.5.4 →
v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 →
v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2)
- [github.com/asottile/pyupgrade: v3.15.0 →
v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 20, 2024
1 parent de3432b commit 82093fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: python-check-mock-methods

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand All @@ -68,7 +68,7 @@ repos:
additional_dependencies: [black>=22.10.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.1'
rev: 'v0.2.2'
hooks:
- id: ruff
args:
Expand All @@ -91,7 +91,7 @@ repos:
files: "^python-sdk/"

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 82093fc

Please sign in to comment.