Skip to content

Commit

Permalink
Upgrade lint tools
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Aug 7, 2024
1 parent 6128e6a commit 548f0ec
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
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.5.6
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand All @@ -18,6 +18,6 @@ repos:
args:
- --fix=lf
- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.23.6
hooks:
- id: typos

0 comments on commit 548f0ec

Please sign in to comment.