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.
1 parent f1c3637 commit 4192750Copy full SHA for 4192750
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
args: [ --markdown-linebreak-ext=md ]
22
- repo: https://github.com/pycqa/isort
23
- rev: 5.10.1
+ rev: 5.12.0
24
hooks:
25
- id: isort
26
- repo: https://github.com/sphinx-contrib/sphinx-lint
CONTRIBUTING.md
@@ -58,7 +58,7 @@ install the pre-commit hooks as described below instead. They will take care of
58
updating the code if necessary.
59
60
Setting up the development environment:
61
- * Install Python 3.7+
+ * Install Python 3.8+
62
* Install the requirements
63
```bash
64
$ python3 -m pip install -U pip
0 commit comments