We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a9f2b6 + 2779825 commit 91229f9Copy full SHA for 91229f9
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
language: python
20
additional_dependencies: [pygments, restructuredtext_lint]
21
- repo: https://github.com/asottile/reorder-python-imports
22
- rev: v3.11.0
+ rev: v3.12.0
23
hooks:
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
.readthedocs.yml
@@ -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