Skip to content

Commit

Permalink
chore(deps): upgrade pre-commit dependencies (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: qartik <[email protected]>
  • Loading branch information
github-actions[bot] and qartik committed Jul 7, 2024
1 parent a7b02bb commit 399a0cf
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 @@ -13,7 +13,7 @@ repos:
- id: debug-statements

- repo: https://github.com/crate-ci/typos
rev: v1.22.9
rev: v1.23.1
hooks:
- id: typos

Expand All @@ -25,7 +25,7 @@ repos:
- black==23.10.1

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 399a0cf

Please sign in to comment.