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" ]
|
||||||
|
Reference in New Issue
Block a user