https://github.com/byceps/byceps
Tip revision: 79ec8eec5878bd87a1bc962e729a756aafa5cbdb authored by Jochen Kupperschmidt on 28 October 2024, 02:34:28 UTC
Use `uv run` to run Discord notifier
Use `uv run` to run Discord notifier
Tip revision: 79ec8ee
.editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{css,html,js,svg,yml}]
indent_size = 2
[*.{py,toml}]
indent_size = 4