https://github.com/byceps/byceps
Tip revision: 2f307b8cbe1b3b51b8d28fe40a3aafd8e178b0af authored by Jochen Kupperschmidt on 16 February 2026, 03:05:23 UTC
Adjust test to new `hidden` argument to `page_service.update_page`
Adjust test to new `hidden` argument to `page_service.update_page`
Tip revision: 2f307b8
.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
