File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
hooks :
7
7
- id : check-merge-conflict
8
8
- id : debug-statements
9
- stages : [commit]
9
+ stages : [pre- commit]
10
10
- id : end-of-file-fixer
11
- stages : [commit]
11
+ stages : [pre- commit]
12
12
- repo : https://github.com/pycqa/isort
13
13
rev : 5.13.2
14
14
hooks :
15
15
- id : isort
16
- stages : [commit]
16
+ stages : [pre- commit]
17
17
- repo : https://github.com/psf/black
18
18
rev : 23.12.1
19
19
hooks :
20
20
- id : black
21
21
language_version : python3
22
- stages : [commit]
22
+ stages : [pre- commit]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd $mydir
17
17
18
18
(cd $fulldir /.. && \
19
19
setup_version python-spark python-2.4 && \
20
- setup_verseion python-xdis python-2.4-to-2.7)
20
+ setup_version python-xdis python-2.4-to-2.7)
21
21
22
22
23
23
checkout_finish python-2.4-to-2.7
You can’t perform that action at this time.
0 commit comments