This repository was archived by the owner on Feb 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v2.5.0
4- hooks :
5- - id : check-yaml
6- - id : end-of-file-fixer
7- - id : trailing-whitespace
8- - repo : local
9- hooks :
10- - id : black
11- name : black
12- entry : poetry run black
13- language : system
14- types : [python]
15- - id : flake8
16- name : flake8
17- entry : poetry run flake8
18- language : system
19- types : [python]
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v2.5.0
4+ hooks :
5+ - id : check-yaml
6+ - id : end-of-file-fixer
7+ - id : trailing-whitespace
8+ - id : check-added-large-files
9+ - repo : https://github.com/prettier/prettier
10+ rev : 2.0.5
11+ hooks :
12+ - id : prettier
13+ - repo : local
14+ hooks :
15+ - id : black
16+ name : black
17+ entry : poetry run black
18+ language : system
19+ types : [python]
20+ - id : flake8
21+ name : flake8
22+ entry : poetry run flake8
23+ language : system
24+ types : [python]
25+ - id : mypy
26+ name : mypy
27+ entry : poetry run mypy
28+ language : system
29+ types : [python]
30+ require_serial : true
Original file line number Diff line number Diff line change 44[ ![ Codecov] ( https://codecov.io/gh/staticdev/toml-validator/badge.svg?branch=master&service=github )] ( https://codecov.io/gh/staticdev/toml-validator )
55![ PyPi] ( https://badge.fury.io/py/toml-validator.svg )
66[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
7+ [ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
78
89Simple TOML file validator using Python.
910
You can’t perform that action at this time.
0 commit comments