dangerzone/.circleci
Alex Pyrgiotis f02597aa4f
Make isort use .gitignore properly
By using `--skip / --extend-skip .gitignore`, we actually never read the
.gitignore file. We have to use `--skip-gitignore` instead.

This requires Git in the development environment, so we need to install
Git in our CI runners as well.
2023-10-13 22:45:37 +03:00
..
config.yml Make isort use .gitignore properly 2023-10-13 22:45:37 +03:00