add ruff/treefmt
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
fe62f1c4d5
commit
287a9b3d1a
3
.gitignore
vendored
3
.gitignore
vendored
@ -22,3 +22,6 @@ test.*
|
|||||||
pre-drv
|
pre-drv
|
||||||
post-drv
|
post-drv
|
||||||
post-diff
|
post-diff
|
||||||
|
|
||||||
|
# ruff cache
|
||||||
|
.ruff_cache
|
||||||
|
@ -19,4 +19,4 @@ command = "ruff"
|
|||||||
# Command-line arguments for the command
|
# Command-line arguments for the command
|
||||||
options = ["format"]
|
options = ["format"]
|
||||||
# Glob pattern of files to include
|
# Glob pattern of files to include
|
||||||
includes = [ "*.py" ]
|
includes = [ "*.py", ".pyc" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user