Skip to content

Commit

Permalink
cruft update
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jun 18, 2024
1 parent 6fc7bfb commit e70a20e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/reef-technologies/cookiecutter-rt-pkg",
"commit": "eb460f549e7cfd1934ceb89af55b2923e48f7ea6",
"commit": "73702ebb3bf29cf6da91dd5914947245916ed42c",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*.pyc
*.sqlite3
*~
*.egg-info/
/.idea/
.env
.venv
venv
media/
.backups/
.envrc
.pdm-python
.terraform.lock.hcl
.terraform/
.nox/
__pycache__
2 changes: 2 additions & 0 deletions .shellcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# disable errors related to cookiecutter templating:
disable=SC1054,SC1056,SC1072,SC1073,SC1083,SC1009
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pytest_apiver
 [![Continuous Integration](workflows/Continuous%20Integration/badge.svg)](actions?query=workflow%3A%22Continuous+Integration%22) [![License](https://img.shields.io/pypi/l/pytest_apiver.svg?label=License)](https://pypi.python.org/pypi/pytest_apiver) [![python versions](https://img.shields.io/pypi/pyversions/pytest_apiver.svg?label=python%20versions)](https://pypi.python.org/pypi/pytest_apiver) [![PyPI version](https://img.shields.io/pypi/v/pytest_apiver.svg?label=PyPI%20version)](https://pypi.python.org/pypi/pytest_apiver)
 [![Continuous Integration](https://github.com/reef-technologies/pytest_apiver/workflows/Continuous%20Integration/badge.svg)](https://github.com/reef-technologies/pytest_apiver/actions?query=workflow%3A%22Continuous+Integration%22) [![License](https://img.shields.io/pypi/l/pytest_apiver.svg?label=License)](https://pypi.python.org/pypi/pytest_apiver) [![python versions](https://img.shields.io/pypi/pyversions/pytest_apiver.svg?label=python%20versions)](https://pypi.python.org/pypi/pytest_apiver) [![PyPI version](https://img.shields.io/pypi/v/pytest_apiver.svg?label=PyPI%20version)](https://pypi.python.org/pypi/pytest_apiver)

## Usage

Expand Down

0 comments on commit e70a20e

Please sign in to comment.