mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
e6bc1af17b
Former-commit-id: 02d27dd3e56646703711d75d2db888f2fab13639 [formerly af31bc1a49f8d445dffcff71bd3d37cf419f2078] Former-commit-id: 910c4eff9b30c71b755b97c6aea36e57548dd4ec
41 lines
956 B
YAML
41 lines
956 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.37.3
|
|
hooks:
|
|
- id: pyupgrade
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: "v4.1.0"
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-executables-have-shebangs
|
|
- id: check-merge-conflict
|
|
- id: check-symlinks
|
|
- id: check-json
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: destroyed-symlinks
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- id: fix-byte-order-marker
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: "v0.971"
|
|
hooks:
|
|
- id: mypy
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: "5.10.1"
|
|
hooks:
|
|
- id: isort
|
|
name: isort (python)
|
|
|
|
- repo: https://github.com/psf/black
|
|
rev: "22.8.0"
|
|
hooks:
|
|
- id: black
|
|
language_version: python
|