Skip to content

Commit

Permalink
Update versions for pre-commit hooks (#23)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 →
v0.1.11](astral-sh/ruff-pre-commit@v0.1.7...v0.1.11)
- [github.com/asottile/pyupgrade: v3.13.0 →
v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
<!--pre-commit.ci end-->
  • Loading branch information
agriyakhetarpal authored Jan 8, 2024
2 parents 70ba24c + 496ed95 commit 0ac6c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.7"
rev: "v0.1.11"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -27,7 +27,7 @@ repos:
types_or: [python, pyi]

- repo: https://github.com/asottile/pyupgrade
rev: "v3.13.0"
rev: "v3.15.0"
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 0ac6c2c

Please sign in to comment.