ci: Update lint configuration
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.14.8
|
||||
rev: v0.15.7
|
||||
hooks:
|
||||
- id: ruff-check
|
||||
exclude: ".githooks/"
|
||||
- id: ruff-format
|
||||
- id: ruff-check
|
||||
args: [--select, I, --fix]
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.4.1
|
||||
|
||||
Reference in New Issue
Block a user