Skip to content

Commit 0b6b9c3

Browse files
authored
Merge pull request #954 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4a3a8b4 + 838434c commit 0b6b9c3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: blacken-docs
1616
additional_dependencies: [black==23.1.0]
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.4.0
18+
rev: v4.5.0
1919
hooks:
2020
- id: trailing-whitespace
2121
- id: end-of-file-fixer
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.14.0
29+
rev: v3.15.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py3-plus]

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ sphinx:
1111
python:
1212
install:
1313
- path: .
14+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx-rtd-theme

0 commit comments

Comments
 (0)