Commit graph

8 commits

Author SHA1 Message Date
Ryan Morshead
21011917ac
fix black lint (#1193) 2024-02-10 10:59:16 -08:00
Ryan Morshead
f065655ae1
Fix publish (#1064)
* use env instead of env_dict

* check mypy on tasks
2023-07-02 16:31:49 -06:00
Ryan Morshead
754a6198b0
minor improvements to project setup (#1082)
* minor improvements to project setup

* install docs + fix ruff errors

* fix lint

* fixes first
2023-07-02 16:15:14 -06:00
Ryan Morshead
9bf3db7f66
fix how we collect tags on current commit (#1063)
* fix how we collect tags on current commit

* fix dry-run handling
2023-06-16 09:45:38 -07:00
Ryan Morshead
6df7ecdebb
pre for 1.0.1 release (#1062) 2023-06-16 09:15:54 -07:00
Smit Parmar
0a89ecb9ea
Fixed FileNotFound error while running hatch run lint-py (#1023)
* Fixed FileNotFound error while running hatch run lint-py

* Revert previous changes and add minor fix
2023-06-08 10:51:00 -06:00
Kian-Meng Ang
4f98dcf3a1
Fix typos (#1007)
* Fix typos

Found via:
- `codespell -S package-lock.json -L inflight,ue,falsy`
- `typos --format brief`

* fix capitalization

* fix capitalization

* fix capitalization

---------

Co-authored-by: Ryan Morshead <ryan.morshead@gmail.com>
2023-06-05 23:03:13 -07:00
Ryan Morshead
ac582666eb
Poetry+Hatch Monorepo (#1002)
* re-organize dirs + start using hatch

* setup root pyproject.toml + basic invoke tasks

* add publish task

* more ruff fixes

* get workflows to run

* split up script runs

* rename to check

* change matrix order

* make ruff happy

* get tests to pass

* check semver

* more fixes

* ignore missing coverage

* fix cov

* fix import sort

* try build in env-js

* try latest hatch-build-scripts

* misc fixes

* try to fix npm in gh action

* do not set registry url by default

* allow re-runs

* no need for extra build

* fix doc build and tests

* remove scripts

* fix tests

* update contributor guide
2023-06-03 14:56:52 -07:00