Skip to content

Commit

Permalink
Fixed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Jul 26, 2022
1 parent 6e08356 commit b9944c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repos:
stages: [commit]
language: system
pass_filenames: false
entry: bash -c 'make build -B && check-wheel-contents dist'
entry: bash -c 'make build -B && check-wheel-contents dist -c setup.cfg'
types: [python]
- id: "dotenv-linter"
name: "dotenv-linter"
Expand Down
19 changes: 18 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,26 @@ packages = find:
zip_safe = False
include_package_data = True
test_suite = tests
scripts =
pre_commit_config_shellcheck.py
install_requires =
pyyaml==6.0

[options.package_data]
pre-commit-config-shellcheck = README.rst, MIT-LICENSE, CONTRIBUTORS

[options.packages.find]
exclude =
tests.*
tests

[bdist_wheel]
universal = False

[sdist]
formats = zip


[options.extras_require]
test =
bandit==1.7.4
Expand Down Expand Up @@ -177,7 +194,7 @@ exclude_lines =


[tool:check-wheel-contents]
ignore = W004
ignore = W004,W007


[tox:tox]
Expand Down

0 comments on commit b9944c1

Please sign in to comment.