Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit bc05fd3

Browse files
ruff fixes
1 parent 23c01e4 commit bc05fd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ repos:
1111
require_serial: true
1212
verbose: true
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.12.8
14+
rev: v0.14.6 # latest as of 11/21/2025
1515
hooks:
1616
- id: ruff
17-
args: [--diff]
17+
args: [--fix, --unsafe-fixes]
1818
- id: ruff-format
1919
- repo: local
2020
hooks:

0 commit comments

Comments
 (0)