Skip to content

Commit c144e2b

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ install_requires =
2727
toml
2828
python_requires = >=3.6.1
2929

30+
[options.packages.find]
31+
exclude =
32+
tests*
33+
testing*
34+
3035
[options.entry_points]
3136
console_scripts =
3237
check-added-large-files = pre_commit_hooks.check_added_large_files:main
@@ -62,11 +67,6 @@ console_scripts =
6267
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
6368
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
6469

65-
[options.packages.find]
66-
exclude =
67-
tests*
68-
testing*
69-
7070
[bdist_wheel]
7171
universal = True
7272

0 commit comments

Comments
 (0)