A Python tool to enforce dependencies, using modular architecture π Open source π Installable via pip π§ Able to be adopted incrementally - β‘ Implemented with no runtime impact βΎοΈ Interoperable with your existing systems π¦ Written in rust
This fixes Tach on Windows by using forward slashes as the canonical form in exclude patterns.
More specifically, checking exclude patterns will now always use paths with forward slash separators, which also means users should always use forward slashes in the exclude patterns themselves.
Fixes: #326
This fixes Tach on Windows by using forward slashes as the canonical form in exclude patterns.
More specifically, checking exclude patterns will now always use paths with forward slash separators, which also means users should always use forward slashes in the exclude patterns themselves.