toejough / pocketwalk

A python watch/run/commit tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add target files back

amyjbaer opened this issue · comments

Add target files as a template that can be used in the config for a tool.

Example:

[tools.vulture]
config = "{target_paths} --exclude .venvs"
trigger_paths = "**/*.py"

This does not work