Compare commits
2 Commits
67f61b9d9d
...
9d7f5e6a28
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7f5e6a28 | |||
| 008bac674c |
@@ -24,13 +24,13 @@ repos:
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
# Ruff version.
|
||||
rev: v0.15.12
|
||||
rev: v0.15.13
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 26.3.1
|
||||
rev: 26.5.1
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--config=pyproject.toml]
|
||||
|
||||
Reference in New Issue
Block a user