mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
fix python local template when artifact dirs are present
This commit is contained in:
parent
67e8faf80b
commit
51592eecec
2 changed files with 15 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
setup(name='pre-commit-placeholder-package', version='0.0.0')
|
||||
setup(name='pre-commit-placeholder-package', version='0.0.0', py_modules=[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue