diff --git a/.config/ruff/pyproject.toml b/.config/ruff/pyproject.toml index cad2a24..297c888 100644 --- a/.config/ruff/pyproject.toml +++ b/.config/ruff/pyproject.toml @@ -1,5 +1,4 @@ [tool.ruff] -target-version = "py310" line-length = 120 indent-width = 4 @@ -42,6 +41,7 @@ lint.select = [ ] 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 "D211", # No line before class, incompatible with D203 - one line before class "D212", # Summary on first line; incompatible with D213 - summary on second line diff --git a/.config/waybar/config b/.config/waybar/config index 3b1d70b..52e949d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -72,7 +72,7 @@ }, "custom/oven": { "exec": "$HOME/workspace/foxstatus/modules/oven.py", - "max-length": 8, + "max-length": 6, "interval": 300 } }