Skip to content

Commit b3edf9e

Browse files
committed
Changes per pre-commit
1 parent b0c7e24 commit b3edf9e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ If your changes are to documentation, please verify that the documentation build
1010

1111
Before submitting the pull request, make sure you've run Pylint and Black locally on your code. You can do this manually or using pre-commit. Instructions are available here: https://adafru.it/check-your-code
1212

13-
Please remove all of this text before submitting. Include an explanation or list of changes included in your PR, as well as, if applicable, a link to any related issues.
13+
Please remove all of this text before submitting. Include an explanation or list of changes included in your PR, as well as, if applicable, a link to any related issues.

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
python setup.py bdist_wheel --universal
8080
twine check dist/*
8181
- name: Setup problem matchers
82-
uses: adafruit/circuitpython-action-library-ci-problem-matchers@v1
82+
uses: adafruit/circuitpython-action-library-ci-problem-matchers@v1

.readthedocs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ python:
1313
install:
1414
- requirements: docs/requirements.txt
1515
- requirements: requirements.txt
16-

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
sphinx>=4.0.0
5+
sphinx>=4.0.0

0 commit comments

Comments
 (0)