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 e41fa9e + 9a91809 commit 3f9bb9aCopy full SHA for 3f9bb9a
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: check-yaml
16
- id: debug-statements
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.13.0
+ rev: v3.14.0
19
hooks:
20
- id: pyupgrade
21
- repo: https://github.com/psf/black
.readthedocs.yml
@@ -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