Initial commit

This commit is contained in:
Benoît Seignovert 2024-01-29 11:31:49 +01:00
commit 93900c3875
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
7 changed files with 1699 additions and 0 deletions

10
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.14
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format