Skip to content
Snippets Groups Projects
Commit b86c3302 authored by Neda Moeini's avatar Neda Moeini
Browse files

Add pre-commit configuration

parent ab4df25a
Branches
No related tags found
No related merge requests found
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.0
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
hooks:
- id: mypy
\ No newline at end of file
...@@ -3,4 +3,5 @@ uvicorn[standard] ...@@ -3,4 +3,5 @@ uvicorn[standard]
sphinx sphinx
ruff ruff
mypy mypy
tox tox
\ No newline at end of file pre-commit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment