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 836db7c + ff5670c commit dbda4f7Copy full SHA for dbda4f7
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: json/
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v3.4.0
+ rev: v4.0.1
6
hooks:
7
- id: check-ast
8
- id: check-docstring-first
@@ -15,7 +15,7 @@ repos:
15
- id: mixed-line-ending
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
-- repo: https://github.com/timothycrosley/isort
19
- rev: 5.7.0
+- repo: https://github.com/PyCQA/isort
+ rev: 5.9.3
20
21
- id: isort
0 commit comments