This commit is contained in:
Alexander Myasoedov
2025-11-30 18:50:00 +02:00
parent 3e2df49976
commit 9a4fb05491
5 changed files with 13 additions and 16 deletions
+6 -6
View File
@@ -9,7 +9,7 @@ repos:
args: [--py311-plus]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 25.11.0
hooks:
- id: black
language_version: python3.11
@@ -21,11 +21,11 @@ repos:
language_version: python3.11
additional_dependencies: [flake8-docstrings]
- repo: https://github.com/PyCQA/isort
rev: 7.0.0
hooks:
- id: isort
args: [--profile, black]
# - repo: https://github.com/PyCQA/isort
# rev: 7.0.0
# hooks:
# - id: isort
# args: [--profile, black]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0