mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-19 02:17:38 +03:00
[Minor] Update Pre-Commit Hooks
This commit is contained in:
parent
09b98d172e
commit
29e4bc715b
@ -36,7 +36,7 @@ repos:
|
||||
types: [ python ]
|
||||
|
||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||
rev: 'v1.9.0'
|
||||
rev: 'v1.10.0'
|
||||
hooks:
|
||||
- id: python-no-eval
|
||||
- id: python-no-log-warn
|
||||
@ -46,7 +46,7 @@ repos:
|
||||
# mypy - static type checking
|
||||
# mypy --follow-imports skip <file>
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: 'v0.991'
|
||||
rev: 'v1.15.0'
|
||||
hooks:
|
||||
- id: mypy
|
||||
# verbose: true
|
||||
@ -68,7 +68,7 @@ repos:
|
||||
|
||||
# safety.exe check -r requirements.txt
|
||||
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
|
||||
rev: 'v1.2.3'
|
||||
rev: 'v1.4.0'
|
||||
hooks:
|
||||
- id: python-safety-dependencies-check
|
||||
entry: safety
|
||||
|
Loading…
x
Reference in New Issue
Block a user