mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed pyproject.toml from stuff rename
This commit is contained in:
@@ -40,7 +40,7 @@ lint.ignore = [
|
|||||||
"tests/**" = [
|
"tests/**" = [
|
||||||
"S101", # (perm) pytest needs asserts
|
"S101", # (perm) pytest needs asserts
|
||||||
]
|
]
|
||||||
"python/random/**" = [
|
"python/stuff/**" = [
|
||||||
"T201", # (perm) I don't care about print statements dir
|
"T201", # (perm) I don't care about print statements dir
|
||||||
]
|
]
|
||||||
"python/testing/**" = [
|
"python/testing/**" = [
|
||||||
|
|||||||
Reference in New Issue
Block a user