mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.pre-commit-config.yaml: add sync-pre-commit-deps
Although not really used in this repo
This commit is contained in:
parent
2620f975fc
commit
c371f5e47b
@ -58,6 +58,12 @@ repos:
|
||||
[--autofix, --no-ensure-ascii]
|
||||
#- id: requirements-txt-fixer
|
||||
|
||||
# Synchronize dependencies between this file and package managers
|
||||
- repo: https://github.com/pre-commit/sync-pre-commit-deps
|
||||
rev: v0.0.1
|
||||
hooks:
|
||||
- id: sync-pre-commit-deps
|
||||
|
||||
# Checks the ci: section on top of the file
|
||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||
rev: v1.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user