Compare commits

...

2 Commits

Author SHA1 Message Date
17bf155f9e made things 2026-02-20 16:46:11 +01:00
375a7ceaef made things 2026-02-20 16:39:07 +01:00
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] [tool.pytest.ini_options]
pythonpath = ["."] pythonpath = ["."]