mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Replace resources with importlib_resources
This commit is contained in:
parent
ebe5132576
commit
9f60561d6f
17 changed files with 72 additions and 49 deletions
4
pre_commit/resources/empty_template_setup.py
Normal file
4
pre_commit/resources/empty_template_setup.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
setup(name='pre-commit-dummy-package', version='0.0.0')
|
||||
Loading…
Add table
Add a link
Reference in a new issue