ci(global): add pre-commit

This commit is contained in:
h
2025-07-02 10:00:48 +03:00
parent 2ed7e88fff
commit 7a2f28b94e

13
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.1.0
hooks:
- id: black
language_version: python3.13
- repo: https://github.com/pycqa/isort
rev: 6.0.1
hooks:
- id: isort
name: isort (python)
language_version: python3.13