Thanks to visit codestin.com Credit goes to github.com
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 e5b0127 commit 4003667Copy full SHA for 4003667
1 file changed
.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.2.0
+ rev: v3.3.0
6
hooks:
7
- id: check-ast
8
- id: check-docstring-first
@@ -14,6 +14,6 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/timothycrosley/isort
17
- rev: 5.4.2
+ rev: 5.6.4
18
19
- id: isort
0 commit comments