mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 20:02:11 +03:00
update pre-commit
This commit is contained in:
parent
4a1feb4d49
commit
3997dbab3a
@ -2,7 +2,7 @@
|
|||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: ''
|
rev: 'v3.4.0'
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
@ -30,7 +30,7 @@ repos:
|
|||||||
types: [ python ]
|
types: [ python ]
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||||
rev: ''
|
rev: 'v1.8.0'
|
||||||
hooks:
|
hooks:
|
||||||
- id: python-no-eval
|
- id: python-no-eval
|
||||||
- id: python-no-log-warn
|
- id: python-no-log-warn
|
||||||
@ -40,7 +40,7 @@ repos:
|
|||||||
# mypy - static type checking
|
# mypy - static type checking
|
||||||
# mypy --follow-imports skip <file>
|
# mypy --follow-imports skip <file>
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: ''
|
rev: 'v0.812'
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
args: [ "--follow-imports", "skip", "--ignore-missing-imports", "--scripts-are-modules" ]
|
args: [ "--follow-imports", "skip", "--ignore-missing-imports", "--scripts-are-modules" ]
|
||||||
@ -59,7 +59,7 @@ repos:
|
|||||||
|
|
||||||
# safety.exe check -r requirements.txt
|
# safety.exe check -r requirements.txt
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
|
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
|
||||||
rev: ''
|
rev: 'v1.2.1'
|
||||||
hooks:
|
hooks:
|
||||||
- id: python-safety-dependencies-check
|
- id: python-safety-dependencies-check
|
||||||
entry: safety
|
entry: safety
|
||||||
|
Loading…
x
Reference in New Issue
Block a user