6 Commits

Author SHA1 Message Date
Eemaan Amir
10701f4e64
chore: update maintainer email (#70) 2025-09-19 11:51:14 +05:00
Danyal Faheem
8f4a0b1d91
feat: migrate from pylint/black to ruff (#69)
Linked Epic: https://github.com/overhangio/tutor/issues/1251

Some new rules that have been added are:

I: sort imports
N: check for pep8-naming standards
W292: check for missing extra line at EOF

Some of our lines, particularly in config, break the 88 character line length limit. For that, we add a # noqa: E501 to let ruff know to ignore the rule for that line
2025-08-05 15:42:29 +05:00
Danyal-Faheem
26d00745c8 v20.0.0 2025-06-26 22:21:32 +05:00
Syed Muhammad Dawoud Sheraz Ali
cea1f8f4ae
build: Add hatch_build in sdist to fix installation issues (#55) 2025-03-12 16:00:08 +05:00
Danyal Faheem
e1d37449ac
feat: migrate from setup.py/setuptools to pyproject.toml/hatch (#52)
* feat: migrate from setup.py/setuptools to pyproject.toml/hatch

* docs: add AGPL3 license
2025-02-18 12:56:03 +05:00
Régis Behmo
0a268f25f7 fix: build-time warning
Installing from source triggers a warning on pip 23.0.1 if
pyproject.toml is not present. Building does not require any special
dependencies, so we just add a simple pyproject.toml file.

See: https://github.com/overhangio/tutor/issues/836
2023-05-17 10:24:21 +02:00