Skip to content

Commit 4192750

Browse files
authored
pre-commit bump isort version (#894)
1 parent f1c3637 commit 4192750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121
args: [ --markdown-linebreak-ext=md ]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.10.1
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/sphinx-contrib/sphinx-lint

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install the pre-commit hooks as described below instead. They will take care of
5858
updating the code if necessary.
5959

6060
Setting up the development environment:
61-
* Install Python 3.7+
61+
* Install Python 3.8+
6262
* Install the requirements
6363
```bash
6464
$ python3 -m pip install -U pip

0 commit comments

Comments
 (0)