Skip to content

Commit

Permalink
cruft sync
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Feb 19, 2024
1 parent 6aabe8c commit 020cfa2
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 43 deletions.
19 changes: 19 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"template": "https://github.com/ScreenPyHQ/cookiecutter_screenpy/",
"commit": "05800cb3c5bfcad6cecb13fe3225d7ecdab32ce1",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "screenpy_selenium",
"readable_name": "ScreenPy Selenium",
"copyright_start": "2022",
"is_sub_package": true,
"author": "Perry Goy",
"author_email": "perry.goy@gmail.com",
"license": "MIT",
"github_username": "ScreenPyHQ",
"_template": "https://github.com/ScreenPyHQ/cookiecutter_screenpy/"
}
},
"directory": null
}
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Run Cruft
run: |
cruft check
- name: Lint with black
run: |
black --check --diff .
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ ScreenPy Selenium
[![Build Status](../../actions/workflows/tests.yml/badge.svg)](../../actions/workflows/tests.yml)
[![Build Status](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)

[![Supported Versions](https://img.shields.io/pypi/pyversions/screenpy-selenium.svg)](https://pypi.org/project/screenpy)
[![Supported Versions](https://img.shields.io/pypi/pyversions/screenpy_selenium.svg)](https://pypi.org/project/screenpy_selenium)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

```
TITLE CARD:
"ScreenPy Selenium"
"ScreenPy Selenium"
TITLE DISAPPEARS.
FADE IN:
EXT. DOCUMENTATION - AFTERNOON, CLOUDY
Expand Down Expand Up @@ -57,7 +57,7 @@ or


Documentation
----------
-------------
Please check out the [Read The Docs documentation](https://screenpy-selenium-docs.readthedocs.io/en/latest/) for the latest information about this module!

You can also read the [ScreenPy Docs](https://screenpy-docs.readthedocs.io/en/latest/) for more information about ScreenPy in general.
Expand Down
Loading

0 comments on commit 020cfa2

Please sign in to comment.