Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2527938680 |
@@ -12,13 +12,12 @@ repos:
|
||||
- id: debug-statements
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.11.0
|
||||
rev: 25.12.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.10
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
rev: 5.13.2
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
@@ -29,9 +28,8 @@ repos:
|
||||
args: [--max-line-length=100, --extend-ignore=E203]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.7.0
|
||||
rev: v1.19.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: [--ignore-missing-imports]
|
||||
additional_dependencies: [types-pyyaml, types-python-dotenv]
|
||||
|
||||
additional_dependencies: [types-pyyaml]
|
||||
|
||||
Reference in New Issue
Block a user