Compare commits

..

No commits in common. "2e7d8dd67a26754cfe6a339177c420dbb874037e" and "ebae52b2ce1913f54ea1aece350c9776c92b8aaa" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View File

@ -1,18 +0,0 @@
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,2 +1,3 @@
[tool.pytest.ini_options] [tool.pytest.ini_options]
pythonpath = ["."] pythonpath = ["."]