Skip to content

Commit a243f3e

Browse files
committed
add tuff
1 parent 47424a2 commit a243f3e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ repos:
33
rev: 23.1.0
44
hooks:
55
- id: black
6-
language_version: python3
6+
language_version: python3
7+
8+
- repo: https://github.com/astral-sh/ruff-pre-commit
9+
rev: v0.14.4
10+
hooks:
11+
- id: ruff-check
12+
args: [--fix, --exit-non-zero-on-fix, --no-cache]
13+
- id: ruff-format

0 commit comments

Comments
 (0)