# https://taskfile.dev version: '3' tasks: default: cmds: - go run . silent: true precommit: cmds: - pre-commit run --all silent: true