Skip to content

Commit 2963377

Browse files
committed
2 parents f604d3e + 241541c commit 2963377

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
- uses: actions/checkout@v3
9292
- name: Setup Python
9393
uses: actions/setup-python@v4
94-
with:
95-
python-version: ${{ matrix.python }}${{ matrix.dev }}
9694
- name: Install tox
9795
run: |
9896
python -m pip install tox

.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ python:
55
extra_requirements:
66
- docs
77

8-
# workaround for readthedocs/readthedocs.org#9623
8+
# required boilerplate readthedocs/readthedocs.org#10401
99
build:
10-
# workaround for readthedocs/readthedocs.org#9635
1110
os: ubuntu-22.04
1211
tools:
1312
python: "3"

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
:target: https://github.com/python/importlib_metadata/actions?query=workflow%3A%22tests%22
88
:alt: tests
99

10+
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
11+
:target: https://github.com/astral-sh/ruff
12+
:alt: Ruff
13+
1014
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1115
:target: https://github.com/psf/black
1216
:alt: Code style: Black

0 commit comments

Comments
 (0)