functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
1.02k stars 55 forks source link

chore: Update gitignore, pyproject.toml and pre-commit config #96

Closed baggiponte closed 11 months ago

baggiponte commented 11 months ago

Update the gitignore to exclude rust files; also included some editor related stuff to avoid cluttering the repo.

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
functime-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2023 8:46pm
baggiponte commented 11 months ago

As @abstractqqq suggested, I also updated the pyproject.toml to include a dev optional dependency group that installs pre-commit. I update the existing hooks inside .pre-commit-config.yaml to run ruff as sorter and replace pyupgrade. ruff also included an alpha formatter, ICYI.