Skip to content

Commit

Permalink
Include .thx virtualenv dir in default watchdog excludes (#111)
Browse files Browse the repository at this point in the history
This should help prevent changes to the virtualenvs triggering
new runs when using `thx --watch` mode.

Issue #71
  • Loading branch information
amyreese authored May 29, 2024
1 parent c985a75 commit bd87ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thx/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class ThxWatchdogHandler(FileSystemEventHandler):
".mypy_cache",
".coverage*",
"*.swp",
".thx",
]

def __init__(
Expand Down

0 comments on commit bd87ba6

Please sign in to comment.