Skip to content

nogibjj/python-ruff-template

Repository files navigation

CI

Template for Python projects with RUFF linter

1 15_rust_built_python_tools

  1. First thing to do on launch is to open a new shell and verify virtualenv is sourced.

Things included are:

  • Makefile

  • Pytest

  • pandas

  • Ruff:

Run make lint which runs ruff check. You can find out more info on Ruff here.

  • Dockerfile

  • GitHub copilot

  • jupyter and ipython

  • A base set of libraries for devops and web

  • githubactions

References

1 1-function-essence-of-programming