Merge branch 'main' into initial-branding

This commit is contained in:
Koper
2023-08-04 15:38:46 +07:00
19 changed files with 611 additions and 60 deletions

View File

@@ -15,16 +15,17 @@ repos:
hooks:
- id: debug-statements
- id: trailing-whitespace
exclude: ^server/trials
- id: detect-private-key
- repo: https://github.com/pycqa/isort
rev: 5.12.0
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.282
hooks:
- id: isort
args: ["--profile", "black"]
- id: ruff
files: ^server/(reflector|tests)/
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
args: ["--line-length", "120"]
files: ^server/(reflector|tests)/