Administrivia

This commit is contained in:
rocky
2024-12-12 18:03:31 -05:00
parent b2cf041ec3
commit 7ca4363602
2 changed files with 5 additions and 5 deletions

View File

@@ -6,17 +6,17 @@ repos:
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
- id: debug-statements - id: debug-statements
stages: [commit] stages: [pre-commit]
- id: end-of-file-fixer - id: end-of-file-fixer
stages: [commit] stages: [pre-commit]
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
stages: [commit] stages: [pre-commit]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.12.1 rev: 23.12.1
hooks: hooks:
- id: black - id: black
language_version: python3 language_version: python3
stages: [commit] stages: [pre-commit]

View File

@@ -17,7 +17,7 @@ cd $mydir
(cd $fulldir/.. && \ (cd $fulldir/.. && \
setup_version python-spark python-2.4 && \ setup_version python-spark python-2.4 && \
setup_verseion python-xdis python-2.4-to-2.7) setup_version python-xdis python-2.4-to-2.7)
checkout_finish python-2.4-to-2.7 checkout_finish python-2.4-to-2.7