Updated .pre-commit-config.yaml to self-update its dependencies

Pre-commit will now automatically also run on any raised PRs. This will ensure committed code will always stay consistent.
This commit is contained in:
Arnav Choudhury 2021-06-02 13:17:37 +05:30
parent 381793e396
commit f1e66ff842

View File

@ -26,3 +26,10 @@ repos:
- id: flake8
args: ['--config=setup.cfg']
additional_dependencies: [flake8-isort]
# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date
ci:
autoupdate_schedule: weekly
skip: []
submodules: false