Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Run checks only on changed files #293

Open
aexvir opened this issue Mar 12, 2020 · 0 comments
Open

Run checks only on changed files #293

aexvir opened this issue Mar 12, 2020 · 0 comments
Labels
enhancement New feature or request python Pull requests that update Python code

Comments

@aexvir
Copy link
Contributor

aexvir commented Mar 12, 2020

Instead of scanning the whole repo every time, we should just check the changed files, like pre-commit and many other tools do. We are mostly fine all the time except for tools like bandit, which are quite expensive to run over big codebases.

We can also try to cache some resources for tools that support it

@aexvir aexvir added enhancement New feature or request python Pull requests that update Python code labels Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant