mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-04 19:40:02 +03:00
[Minor] Update PreConfig, Requirements
This commit is contained in:
parent
b777c7bfd3
commit
f961c605d9
@ -36,17 +36,17 @@ 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
|
||||
- id: python-no-eval
|
||||
- id: python-no-log-warn
|
||||
# This is a pain where a comment begins with the word 'type' otherwise
|
||||
# - id: python-use-type-annotations
|
||||
# - id: python-use-type-annotations
|
||||
|
||||
# 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
|
||||
@ -64,11 +64,11 @@ repos:
|
||||
# - repo: https://github.com/digitalpulp/pre-commit-php
|
||||
# rev: ''
|
||||
# hooks:
|
||||
# -id: php-unit
|
||||
# -id: php-unit
|
||||
|
||||
# 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
|
||||
@ -89,6 +89,6 @@ repos:
|
||||
default_language_version:
|
||||
python: python3.11
|
||||
|
||||
default_stages: [ commit, push ]
|
||||
default_stages: [ pre-commit, pre-push ]
|
||||
|
||||
#files: '([^\.].+/)*.py'
|
||||
|
@ -16,9 +16,9 @@ flake8-use-fstring==1.4
|
||||
|
||||
mypy==1.15.0
|
||||
pep8-naming==0.14.1
|
||||
safety==3.2.14
|
||||
types-requests==2.32.0.20241016
|
||||
types-setuptools==75.8.0.20250210
|
||||
safety==3.3.1
|
||||
types-requests==2.32.0.20250328
|
||||
types-setuptools==78.1.0.20250329
|
||||
|
||||
# Code formatting tools
|
||||
autopep8==2.3.2
|
||||
@ -34,8 +34,8 @@ mistune==3.1.1
|
||||
py2exe==0.13.0.2; sys_platform == 'win32'
|
||||
|
||||
# Testing
|
||||
pytest==8.3.4
|
||||
pytest-cov==6.0.0 # Pytest code coverage support
|
||||
pytest==8.3.5
|
||||
pytest-cov==6.1.0 # Pytest code coverage support
|
||||
coverage[toml]==7.6.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
|
||||
coverage-conditional-plugin==0.9.0
|
||||
|
||||
|
@ -4,5 +4,5 @@ watchdog==6.0.0
|
||||
simplesystray==0.1.0; sys_platform == 'win32'
|
||||
semantic-version==2.10.0
|
||||
# For manipulating folder permissions and the like.
|
||||
pywin32==308; sys_platform == 'win32'
|
||||
pywin32==310; sys_platform == 'win32'
|
||||
psutil==6.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user