pre-commit autocorrected files (#9750)

This commit is contained in:
Bas
2023-02-06 10:35:16 +01:00
committed by GitHub
parent 10337f2fcb
commit 2c93c997cf
89 changed files with 150 additions and 104 deletions

View File

@ -1,5 +1,20 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-xml
- id: check-merge-conflict
- id: detect-private-key
- id: end-of-file-fixer
- id: forbid-new-submodules
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
hooks: