Skip to content

CassNot/reproduced_papers

 
 

Repository files navigation

reproduced_papers

Code Style and Quality

This repository uses Ruff for consistent code formatting and linting across all paper implementations.

Usage

Check code style:

ruff check .

Format code:

ruff format .

Install pre-commit hooks (recommended):

pip install pre-commit
pre-commit install

Configuration

  • Code style rules are defined in pyproject.toml
  • GitHub Actions automatically check all PRs and pushes
  • Pre-commit hooks run ruff automatically before commits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.3%
  • Python 7.7%