File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ - repo : https://github.com/pre-commit/pre-commit-hooks
3
+ rev : v4.4.0
4
+ hooks :
5
+ - id : check-added-large-files
6
+ - id : check-case-conflict
7
+ - id : check-merge-conflict
8
+ - id : check-symlinks
9
+ - id : check-yaml
10
+ - id : debug-statements
11
+ - id : end-of-file-fixer
12
+ - id : mixed-line-ending
13
+ - id : trailing-whitespace
14
+
15
+ - repo : https://github.com/psf/black
16
+ rev : 23.3.0
17
+ hooks :
18
+ - id : black
19
+
20
+ - repo : https://github.com/pycqa/flake8
21
+ rev : " 6.0.0"
22
+ hooks :
23
+ - id : flake8
24
+ args :
25
+ - --max-line-length=120
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ test_cov = [
46
46
]
47
47
dev = [
48
48
" click-option-group[test]" ,
49
+ " pre-commit" ,
49
50
]
50
51
docs = [
51
52
' sphinx' ,
@@ -66,4 +67,4 @@ build.targets.wheel.packages = ['click-option-group']
66
67
67
68
68
69
[tool .pytest .ini_options ]
69
- testpaths = [" tests" ]
70
+ testpaths = [" tests" ]
You can’t perform that action at this time.
0 commit comments