Skip to content

Commit

Permalink
jinja2 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jakub-cierocki committed Jul 23, 2024
1 parent 35f381f commit 2972384
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions {{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,12 @@ max-locals = 20
min-similarity-lines = 10

[tool.bandit]




{% if cookiecutter.versioning == "Python Semantic Release" %}
exclude_dirs = ["venv"]
# B101 disables errors for asserts in the code
# remember to not use asserts for security and control flows
skips = ["B101"]

{% if cookiecutter.versioning == "Python Semantic Release" %}
[tool.semantic_release]
assets = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
Expand Down Expand Up @@ -208,7 +205,6 @@ ignore_token_for_push = false
insecure = false

[tool.semantic_release.publish]

{% endif %}
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true
{% endif %}

0 comments on commit 2972384

Please sign in to comment.