8000 Add Ruff-format to pre-commit hooks · GeospatialPython/pyshp@98961bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 98961bb

Browse files
committed
Add Ruff-format to pre-commit hooks
1 parent 35ad714 commit 98961bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ repos:
99
hooks:
1010
- id: isort
1111
name: isort (python)
12-
12 4555 +
- repo: https://github.com/astral-sh/ruff-pre-commit
13+
rev: v0.6.4
14+
hooks:
15+
- id: ruff-format

0 commit comments

Comments
 (0)
0