Compare commits
2 commits
b1bb8c49d3
...
5eba7b207f
Author | SHA1 | Date | |
---|---|---|---|
5eba7b207f | |||
fdaa60f504 |
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
target-version = "py310"
|
||||||
line-length = 120
|
line-length = 120
|
||||||
indent-width = 4
|
indent-width = 4
|
||||||
|
|
||||||
|
@ -41,7 +42,6 @@ lint.select = [
|
||||||
]
|
]
|
||||||
|
|
||||||
lint.ignore = [
|
lint.ignore = [
|
||||||
"ANN101", # No type hint for "self" - not necessary and makes noisy code
|
|
||||||
"D203", # Blank line required before class docstring - conflicts with ruff's own formatter
|
"D203", # Blank line required before class docstring - conflicts with ruff's own formatter
|
||||||
"D211", # No line before class, incompatible with D203 - one line before class
|
"D211", # No line before class, incompatible with D203 - one line before class
|
||||||
"D212", # Summary on first line; incompatible with D213 - summary on second line
|
"D212", # Summary on first line; incompatible with D213 - summary on second line
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
},
|
},
|
||||||
"custom/oven": {
|
"custom/oven": {
|
||||||
"exec": "$HOME/workspace/foxstatus/modules/oven.py",
|
"exec": "$HOME/workspace/foxstatus/modules/oven.py",
|
||||||
"max-length": 6,
|
"max-length": 8,
|
||||||
"interval": 300
|
"interval": 300
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue