feat: netcup host config

This commit is contained in:
Barrett Ruth 2026-03-13 08:16:08 -04:00
parent 66c1be4b45
commit 2bcc83c7d9
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
10 changed files with 225 additions and 34 deletions

View file

@ -25,7 +25,7 @@ return {
args = { '--profile', 'black', '-' },
stdin = true,
})
:append('black')
:fmt('black')
:lint('mypy')
ft('lua'):fmt('stylua'):lint('selene')
@ -52,7 +52,7 @@ return {
ft('cmake'):fmt('cmake-format')
ft('make'):lint('checkmake')
ft('cpp'):lint('cpplint')
ft('markdown'):fmt('cbfmt'):append('prettierd')
ft('markdown'):fmt('cbfmt'):fmt('prettierd')
local lint = require('guard.lint')
ft('nix')