Skip to content

Commit 7ca4363

Browse files
committed
Administrivia
1 parent b2cf041 commit 7ca4363

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ repos:
66
hooks:
77
- id: check-merge-conflict
88
- id: debug-statements
9-
stages: [commit]
9+
stages: [pre-commit]
1010
- id: end-of-file-fixer
11-
stages: [commit]
11+
stages: [pre-commit]
1212
- repo: https://github.com/pycqa/isort
1313
rev: 5.13.2
1414
hooks:
1515
- id: isort
16-
stages: [commit]
16+
stages: [pre-commit]
1717
- repo: https://github.com/psf/black
1818
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
language_version: python3
22-
stages: [commit]
22+
stages: [pre-commit]

admin-tools/setup-python-2.4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd $mydir
1717

1818
(cd $fulldir/.. && \
1919
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)
2121

2222

2323
checkout_finish python-2.4-to-2.7

0 commit comments

Comments
 (0)