1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-11 04:42:23 +03:00

[Minor] Update Pre-Commit Hooks

This commit is contained in:
David Sangrey 2025-04-01 17:03:43 -04:00
parent 09b98d172e
commit 29e4bc715b
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -36,7 +36,7 @@ repos:
types: [ python ] types: [ python ]
- repo: https://github.com/pre-commit/pygrep-hooks - repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.9.0' rev: 'v1.10.0'
hooks: hooks:
- id: python-no-eval - id: python-no-eval
- id: python-no-log-warn - id: python-no-log-warn
@ -46,7 +46,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: 'v0.991' rev: 'v1.15.0'
hooks: hooks:
- id: mypy - id: mypy
# verbose: true # verbose: true
@ -68,7 +68,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: 'v1.2.3' rev: 'v1.4.0'
hooks: hooks:
- id: python-safety-dependencies-check - id: python-safety-dependencies-check
entry: safety entry: safety