File tree 1 file changed +9
-8
lines changed 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -20,29 +20,30 @@ repos:
20
20
- id : end-of-file-fixer
21
21
exclude : " tests/((commands|data)/|test_).+"
22
22
- id : trailing-whitespace
23
- args : [--markdown-linebreak-ext=md]
23
+ args : [ --markdown-linebreak-ext=md ]
24
24
- id : debug-statements
25
25
- id : no-commit-to-branch
26
26
- id : check-merge-conflict
27
27
- id : check-toml
28
28
- id : check-yaml
29
- args : ['--unsafe'] # for mkdocs.yml
29
+ args : [ '--unsafe' ] # for mkdocs.yml
30
30
- id : detect-private-key
31
31
32
32
- repo : https://github.com/asottile/blacken-docs
33
33
rev : 1.13.0
34
34
hooks :
35
35
- id : blacken-docs
36
- additional_dependencies : [black==22.10]
36
+ additional_dependencies : [ black==22.10 ]
37
37
38
38
- repo : https://github.com/codespell-project/codespell
39
39
rev : v2.2.4
40
40
hooks :
41
41
- id : codespell
42
42
name : Run codespell to check for common misspellings in files
43
43
language : python
44
- types : [text]
45
- args : ["--write-changes", "--ignore-words-list", "asend"]
44
+ types : [ text ]
45
+ args : [ "--write-changes", "--ignore-words-list", "asend" ]
46
+ exclude : " poetry.lock"
46
47
47
48
- repo : https://github.com/commitizen-tools/commitizen
48
49
rev : v3.6.0 # automatically updated by Commitizen
@@ -60,12 +61,12 @@ repos:
60
61
language : system
61
62
pass_filenames : false
62
63
entry : ./scripts/format
63
- types : [python]
64
+ types : [ python ]
64
65
65
66
- id : linter and test
66
67
name : linter and test
67
68
language : system
68
69
pass_filenames : false
69
- stages : [push]
70
+ stages : [ push ]
70
71
entry : ./scripts/test
71
- types : [python]
72
+ types : [ python ]
You can’t perform that action at this time.
0 commit comments