|
|
|
@ -22,11 +22,11 @@ repos:
|
|
|
|
|
hooks:
|
|
|
|
|
- id: isort
|
|
|
|
|
args: ["--profile", "black", "--filter-files"]
|
|
|
|
|
#- repo: https://github.com/psf/black-pre-commit-mirror
|
|
|
|
|
# rev: 24.4.2
|
|
|
|
|
# hooks:
|
|
|
|
|
# - id: black
|
|
|
|
|
# language_version: python3.9
|
|
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
|
|
|
rev: 24.4.2
|
|
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
language_version: python3.9
|
|
|
|
|
#- repo: local
|
|
|
|
|
# hooks:
|
|
|
|
|
# - id: pytest-check
|
|
|
|
|