Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Ignore errors when executing `shutil.rmtree()`, because it seems like it's common to fail when deleting git repos on Windows, and since these are temp files, we don't really care that much there's garbage left. Any good OS should clean the temp folders automatically. - Always find Jinja templates in `PosixPath` mode. - Ignore `OSError` when trying to enter a possibly git root directory. This is yielded by Windows when the path is a URL and we don't really care about it. - Fix some tests with non-windows haradcoded stuff. - Fix a test that was using a Bash script. Modified to be Python, which should work fine cross-system. - Do not modify EOL in CI. - Use python executable in tests instead of python3. - Update pre-commit versions to include pre-commit/pre-commit-hooks#509. - Disable autorebasing.
- Loading branch information