Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 19, 2023
2 parents f604d3e + 241541c commit 2963377
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -91,8 +91,6 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}${{ matrix.dev }}
- name: Install tox
run: |
python -m pip install tox
Expand Down
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Expand Up @@ -5,9 +5,8 @@ python:
extra_requirements:
- docs

# workaround for readthedocs/readthedocs.org#9623
# required boilerplate readthedocs/readthedocs.org#10401
build:
# workaround for readthedocs/readthedocs.org#9635
os: ubuntu-22.04
tools:
python: "3"
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -7,6 +7,10 @@
:target: https://github.com/python/importlib_metadata/actions?query=workflow%3A%22tests%22
:alt: tests

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Ruff

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: Black
Expand Down

0 comments on commit 2963377

Please sign in to comment.