mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
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:
parent
381793e396
commit
f1e66ff842
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user