Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
|
raw
history blame
290 Bytes

Development

  • Install uv: curl -LsSf https://astral.sh/uv/install.sh | sh
  • Install dependencies: uv sync --all-extras --dev
  • Use scripts for repo to check if everything works: ./scripts/build.sh
  • Run manual pre-commit: ./scripts/before_commit.sh