Skip to content

shape-app/fluency

Repository files navigation

Fluency

WIP

Development Setup

Pre-commit Hooks

This project uses pre-commit to automatically format code before commits.

Setup:

pip install pre-commit
pre-commit install

What it does:

  • Formats Swift code with SwiftLint
  • Fixes trailing whitespace and file endings
  • Validates YAML/JSON files
  • Checks for merge conflicts

Manual run:

pre-commit run --all-files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages