Skip to content

Commit e84fbe3

Browse files
committed
Complete rewrite of the documentation
1 parent 9d9bc90 commit e84fbe3

5 files changed

Lines changed: 351 additions & 228 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
2-
- repo: local
3-
hooks:
4-
- id: pytest
5-
name: Run pytest
6-
entry: bash -c 'PYTHONPATH=./ pytest --verbosity=0'
7-
language: system
8-
types: [python]
9-
- id: pylint
10-
name: Run pylint with a minimum score of 9
11-
entry: bash -c 'pylint . --fail-under=9'
12-
language: system
13-
types: [python]
2+
- repo: local
3+
hooks:
4+
- id: pytest
5+
name: Run pytest
6+
entry: bash -c 'PYTHONPATH=./ pytest --verbosity=0'
7+
language: system
8+
types: [python]
9+
- id: pylint
10+
name: Run pylint with a minimum score of 9
11+
entry: bash -c 'pylint tomlval --fail-under=9'
12+
language: system
13+
types: [python]

0 commit comments

Comments
 (0)