Skip to content

Commit

Permalink
fix: set skip_setup to True when creating a PR `[template commit …
Browse files Browse the repository at this point in the history
…mirror]`
  • Loading branch information
billsioros authored Sep 6, 2021
1 parent 736fce9 commit fe8e5c8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 26 deletions.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
src="https://codecov.io/gh/billsioros/cookiecutter-pypackage-instance/branch/master/graph/badge.svg?token=coLOL0j6Ap"
alt="Test Coverage"/>
</a>
<a href="https://opensource.org/licenses/MIT">
<a href="https://opensource.org/licenses/mit">
<img
src="https://img.shields.io/pypi/l/cookiecutter-pypackage-instance"
alt="PyPI - License"
Expand All @@ -53,7 +53,16 @@
src="https://img.shields.io/badge/cookiecutter-template-D4AA00.svg?style=flat&logo=cookiecutter"
alt="Cookiecutter Template">
</a>

<a href="https://app.renovatebot.com/dashboard#github/billsioros/cookiecutter-pypackage-instance">
<img
src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat&logo=renovatebot"
alt="Renovate - Enabled">
</a>
<a href="https://app.renovatebot.com/dashboard#github/billsioros/cookiecutter-pypackage-instance">
<img
src="https://img.shields.io/badge/Buy%20me%20a-coffee-FFDD00.svg?style=flat&logo=buymeacoffee"
alt="Buy me a coffee">
</a>
</p>

## Example Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://opensource.org/licenses/MIT">
<a href="https://opensource.org/licenses/mit">
<img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">
</a>

Expand Down
3 changes: 3 additions & 0 deletions docs/src/cookiecutter_pypackage_instance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation for `cookiecutter-pypackage-instance`

::: cookiecutter_pypackage_instance.cookiecutter_pypackage_instance
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
site_name: cookiecutter-pypackage-instance
site_name: Cookiecutter Pypackage Instance
site_description: "🐍 An awesome python package by the name `Cookiecutter Pypackage Instance`"
site_url: "https://billsioros.github.io/cookiecutter-pypackage-instance/"
repo_url: "https://github.com/billsioros/cookiecutter-pypackage-instance"
edit_uri: "edit/master/docs/"
repo_name: "billsioros/cookiecutter-pypackage-instance"
copyright: |
Copyright &copy; 2021 <a href="https://github.com/billsioros" target="_blank" rel="noopener">Vasilis Sioros</a>
Copyright &copy; 2021-2021 <a href="https://github.com/billsioros" target="_blank" rel="noopener">Vasilis Sioros</a>
nav:
- Overview: index.md
- Code Reference:
- Cookiecutter Pypackage Instance: src/cookiecutter_pypackage_instance.md
- Contributing:
- Contributing Guidelines: CONTRIBUTING.md
- Code Of Conduct: CODE_OF_CONDUCT.md
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ known_first_party = "cookiecutter_pypackage_instance"
[tool.black]
line-length = 99
target-version = ["py37", "py38"]
skip-string-normalization = true

[tool.mypy]
files = ["src/cookiecutter_pypackage_instance"]
Expand Down

0 comments on commit fe8e5c8

Please sign in to comment.