Commit Graph

4 Commits

Author SHA1 Message Date
Daniil Fajnberg c50cfe88d6
Add `pytest` to dev dependencies;
upgrade dev dependencies;
remove unnecessary main test script entrypoint;
remove unnecessary line from `.gitignore`;
put repo description variable into top-level `__init__.py`;
introduce syntax-error as a reminder to fix copyright;
add CSS fix for broken inline-code segments;
update `index.md` layout;
reorder linting script calls and add a bit more output;
support Python 3.8+ by default;
fix wrong dependency file reference in `pyproject.toml`;
add `pytest` config to `pyproject.toml`;
call `pytest` in `coverage` config;
add a few sensible rule-ignores to `ruff` config
2023-10-27 12:20:41 +02:00
Daniil Fajnberg 21eb0c065d
Add/update dev scripts and Github workflow 2023-06-24 17:10:24 +02:00
Daniil Fajnberg d8a950948c
Add `+x` to scripts; type check tests; add toml 2023-03-09 19:22:08 +01:00
Daniil Fajnberg 295c9ed6c7
Major overhaul:
- transition to `pyproject.toml` config
- include license (Apache-2.0)
- add dev tools
- add documentation config (`mkdocs` based)
- turn `README.md` into a symlink to docs `index.md`
- add convenience scripts for testing and linting
2023-03-09 12:08:59 +01:00