Skip to content

Commit 416f7a4

Browse files
chore(deps): update pre-commit hooks (#5018)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0) - [github.com/sirosen/texthooks: 0.6.3 → 0.6.4](sirosen/texthooks@0.6.3...0.6.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 768cebe commit 416f7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232

3333
# Ruff, the Python auto-correcting linter/formatter written in Rust
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.1.9
35+
rev: v0.2.0
3636
hooks:
3737
- id: ruff
3838
args: ["--fix", "--show-fixes"]
@@ -93,7 +93,7 @@ repos:
9393

9494
# Avoid directional quotes
9595
- repo: https://github.com/sirosen/texthooks
96-
rev: "0.6.3"
96+
rev: "0.6.4"
9797
hooks:
9898
- id: fix-ligatures
9999
- id: fix-smartquotes

0 commit comments

Comments
 (0)