Merge pull request 'test_branch' (#1) from test_branch into main

Reviewed-on: #1
This commit is contained in:
Borys Feldsher 2026-02-20 16:49:26 +01:00
commit 2e7d8dd67a
2 changed files with 18 additions and 1 deletions

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

@ -0,0 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
hooks:
- id: ruff # Linting
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black # formatting

View File

@ -1,3 +1,2 @@
[tool.pytest.ini_options]
pythonpath = ["."]