mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/26.3.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.5...v0.15.10)
This commit is contained in:
parent
c20c85256e
commit
6606c95bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ repos:
|
|||
- id: check-merge-conflict
|
||||
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 26.3.0
|
||||
rev: 26.3.1
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.15.5
|
||||
rev: v0.15.10
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ["--select=I", "--fix"] # Only run import-related rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue