-
Notifications
You must be signed in to change notification settings - Fork 58
/
setup.cfg
47 lines (42 loc) · 1.31 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[bdist_wheel]
universal = True
[metadata]
author = Samuele Maci
author_email = [email protected]
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
description = List of pre-commit hooks meant to format your source code.
name = language_formatters_pre_commit_hooks
license = Apache License 2.0
license_file = LICENSE
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
url = https://github.com/macisamuele/language-formatters-pre-commit-hooks
version = 2.14.0
[options]
install_requires =
config_formatter
importlib-metadata; python_version<"3.10"
packaging
requests
ruamel.yaml
setuptools
toml-sort>=0.22.0 # 0.22.0 introduces specific prettification configs (ie. SortConfiguration)
packages = find:
[options.packages.find]
exclude =
tests*
testing*
[options.package_data]
language_formatters_pre_commit_hooks =
google_java_formatter.version
palantir.version
ktlint.version
ktfmt.version