Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Replace backslash in regex used as ignore and include paths
It seems that from Python version 3.7 onwards backslashes are interpreted as escape characters by the re module. This causes problems in Windows paths. Closes: #1930
- Loading branch information