Update precommit hooks
This commit is contained in:
parent
ccca5e19d0
commit
aa6c62efe5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.2.0
|
||||
rev: v3.3.0
|
||||
hooks:
|
||||
- id: check-ast
|
||||
types: [python]
|
||||
|
@ -21,7 +21,7 @@ repos:
|
|||
args:
|
||||
- --markdown-linebreak-ext=md
|
||||
- repo: https://github.com/timothycrosley/isort
|
||||
rev: 5.4.1
|
||||
rev: 5.6.4
|
||||
hooks:
|
||||
- id: isort
|
||||
types: [python]
|
||||
|
|
Reference in a new issue