Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ repos:
- id: end-of-file-fixer
- id: check-added-large-files
args: ["--maxkb=500"]
- id: check-yaml
- id: check-toml
- id: check-merge-conflict

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
Expand All @@ -29,26 +32,11 @@ repos:
language: system
types: [python]
pass_filenames: false
stages: [pre-push]

- id: pyright
name: pyright
entry: pyright
language: python
language: system
types: [python]
pass_filenames: false
additional_dependencies:
- pyright==1.1.405
- pydantic
- python-dotenv
- typer
- rich
- httpx
- playwright
- beautifulsoup4
- pyyaml
- cryptography
- fastapi
- uvicorn
- python-multipart
- starlette
- orjson
Loading