Skip to content

Commit 91229f9

Browse files
authored
Merge pull request #385 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9a9f2b6 + 2779825 commit 91229f9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
language: python
2020
additional_dependencies: [pygments, restructuredtext_lint]
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: v3.11.0
22+
rev: v3.12.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']

.readthedocs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
- requirements: docs/requirements.txt
14+
- path: .

0 commit comments

Comments
 (0)