Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a440f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74bbc72 commit 4a440f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ install_requires =
3333
importlib-resources;python_version<"3.7"
3434
python_requires = >=3.6.1
3535

36+
[options.packages.find]
37+
exclude =
38+
tests*
39+
testing*
40+
3641
[options.entry_points]
3742
console_scripts =
3843
pre-commit = pre_commit.main:main
@@ -45,11 +50,6 @@ pre_commit.resources =
4550
empty_template_*
4651
hook-tmpl
4752

48-
[options.packages.find]
49-
exclude =
50-
tests*
51-
testing*
52-
5353
[bdist_wheel]
5454
universal = True
5555

0 commit comments

Comments
 (0)