Skip to content

Commit 3f9bb9a

Browse files
authored
Merge pull request #523 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e41fa9e + 9a91809 commit 3f9bb9a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.13.0
18+
rev: v3.14.0
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black

.readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- path: .

0 commit comments

Comments
 (0)