|
|
@ -6,17 +6,18 @@ repos:
|
|
|
|
name: Run isort to sort imports in Python files
|
|
|
|
name: Run isort to sort imports in Python files
|
|
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.4.0
|
|
|
|
rev: v4.5.0
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: check-yaml
|
|
|
|
- id: check-yaml
|
|
|
|
- id: check-toml
|
|
|
|
- id: check-toml
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: trailing-whitespace
|
|
|
|
args: [ --markdown-linebreak-ext=md ]
|
|
|
|
args:
|
|
|
|
|
|
|
|
- --markdown-linebreak-ext=md
|
|
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 23.1.0
|
|
|
|
rev: 23.10.1
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
- id: black
|
|
|
|
name: Run black (python formatter)
|
|
|
|
name: Run black (python formatter)
|
|
|
|