Warning, /frameworks/syntax-highlighting/utils/schema-converter/Pipfile is written in an unsupported language. File is not indexed.

0001 [[source]]
0002 name = "pypi"
0003 url = "https://pypi.org/simple"
0004 verify_ssl = true
0005 
0006 [scripts]
0007 dist = "python -c 'import setuptools; setuptools.setup()' -- bdist_wheel"
0008 dead-check = "vulture kateschema2theme"
0009 lint-check = "pylint kateschema2theme"
0010 style-check = "pycodestyle kateschema2theme"
0011 type-check = "mypy kateschema2theme"
0012 
0013 [dev-packages]
0014 kateschema2theme = {editable = true, path = ".", use_pep517 = false}
0015 mypy = "*"
0016 pycodestyle = "*"
0017 pylint = "*"
0018 vulture = "*"
0019 
0020 [packages]
0021 click = "*"
0022 columnize = "*"
0023 
0024 [requires]
0025 python_version = "3.8"