File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55 extra_requirements :
66 - docs
77
8- # workaround for readthedocs/readthedocs.org#9623
8+ # required boilerplate readthedocs/readthedocs.org#10401
99build :
10- # workaround for readthedocs/readthedocs.org#9635
1110 os : ubuntu-22.04
1211 tools :
1312 python : " 3"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments