Skip to content

Commit ceb2fb0

Browse files
abhizergz
authored andcommitted
[precommit-ci] use ruff for formatting python
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
1 parent b49dff7 commit ceb2fb0

File tree

76 files changed

+4235
-1937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4235
-1937
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ repos:
3232
language: system
3333
files: \.rs$
3434
pass_filenames: false
35+
- repo: https://github.com/astral-sh/ruff-pre-commit
36+
rev: v0.6.9
37+
hooks:
38+
- id: ruff-format

0 commit comments

Comments
 (0)