mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.2...v0.13.3)
This commit is contained in:
parent
36243bd3f4
commit
91953f17d5
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@ repos:
|
|||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 25.9.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.13.2
|
||||
rev: v0.13.3
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ["--select=I", "--fix"] # Only run import-related rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue