You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-01 16:14:44 +08:00
Administrivia
This commit is contained in:
@@ -6,17 +6,17 @@ repos:
|
||||
hooks:
|
||||
- id: check-merge-conflict
|
||||
- id: debug-statements
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
- id: end-of-file-fixer
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.13.2
|
||||
hooks:
|
||||
- id: isort
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.12.1
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
@@ -17,7 +17,7 @@ cd $mydir
|
||||
|
||||
(cd $fulldir/.. && \
|
||||
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
|
||||
|
Reference in New Issue
Block a user