chore: remove python3.11 version pin from pre-commit config
All checks were successful
Lint & Test / test (push) Successful in 1m6s

This commit is contained in:
2026-03-26 20:41:34 +03:00
parent e2e1107df7
commit f345687600

View File

@@ -4,7 +4,6 @@ repos:
hooks: hooks:
- id: black - id: black
args: [--line-length=100, --target-version=py311] args: [--line-length=100, --target-version=py311]
language_version: python3.11
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0 rev: v0.8.0