Henry Schreiner
9b8ce87f0a
chore: linting updates ( #2585 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2025-09-14 19:44:45 +02:00
4aa7d7e9c1
[pre-commit.ci] pre-commit autoupdate ( #2440 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.11.12 )
- [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.16.0 )
* chore: update some things for checks
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* chore: fully use PEP 639 licensing
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
2025-06-02 23:36:28 -04:00
Joe Rickerby
54a4dccd62
Remove official Appveyor support ( #2386 )
2025-05-11 11:16:54 +02:00
Henry Schreiner
708cf1d32b
style: remove from future import annotations
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2025-02-28 16:38:15 -05:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
c65b088000
[pre-commit.ci] pre-commit autoupdate ( #2127 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1 )
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.30.0...0.31.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-20 11:17:01 +00:00
Henry Schreiner
b98602705f
chore: stricter mypy ( #2053 )
...
* chore: improve mypy
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* chore(types): type functions in tests
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* chore(types): No partial types in tests
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2024-10-22 10:16:59 -04:00
Henry Schreiner
678ef21647
chore: more modern nox ( #1823 )
...
* chore: more modern nox
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* docs: fix running from unsourced venv
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* docs: minor typo fix
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* docs: fix wrong link #1825
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2024-05-13 23:40:34 -04:00
Henry Schreiner
8c5f89c035
chore: update typing to be generic on function args
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-04-18 13:06:17 -04:00
Henry Schreiner
1512427455
chore: touch up Ruff, add exe check
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-04-18 12:00:35 -04:00
Matthieu Darbois
4786f528a9
chore: remove comment block in docs/working-examples.md ( #1328 )
...
This produces a lot of line diffs on every update and was mostly used to debug star-based sorting.
2022-10-30 00:09:33 +02:00
Jakub Kuczys
ce8e3fe68d
List Cirrus CI in README and update relevant scripts
2022-08-17 15:48:02 +02:00
Joe Rickerby and Henry Schreiner
f5f6c20e57
Apply suggestions from code review
...
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2021-08-23 18:48:06 +01:00
Joe Rickerby
7cef9ffb02
Change bin/projects.py to only write the first 10 projects to the readme
2021-07-20 18:50:45 +01:00
Henry Schreiner
967d043895
fix(bin): nox -s update_proj didn't work
2021-06-21 14:49:47 -04:00
Henry Fredrick Schreiner
0aac8c2221
chore: stricter mypy checking
2021-06-12 14:02:06 -04:00
Henry Schreiner
bda76b21cb
style: activate string normalization
2021-05-03 13:12:36 -04:00
Henry Schreiner
178aaea6c7
style: apply black via pre-commit run -a
2021-05-03 13:12:36 -04:00
Henry Schreiner
9cbed6a9be
chore: add black for all code, no string norm
2021-05-03 13:12:36 -04:00
Henry Schreiner
2f47e64225
chore: cleanup style in bin ( #648 )
...
* chore: cleanup style for bump_version
* chore: cleanup style for other bin items
2021-04-25 03:45:27 -04:00
Henry Schreiner and Joe Rickerby
8b22048dea
docs: drop double install and add a few projects ( #520 )
...
* docs: project update
* docs: pyproject.toml mention
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
* docs: one more change from @joerick, dropped double install example
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-09 15:41:41 -05:00
Henry Fredrick Schreiner
635b226a6c
style: pre-commit run -a
2021-01-06 18:10:32 -05:00
Joe Rickerby
84a4b0518f
Add our own versions of the icons, generated from script
2020-12-12 14:47:14 +00:00
Joe Rickerby
4ac5feb6bb
Add note about generated content, update paths
2020-12-12 12:38:01 +00:00
Joe Rickerby
5dd2f56eab
Remove the book emoji, seems a little distracting
2020-12-12 12:19:04 +00:00
Joe Rickerby
78b6f86305
Add notes to the popular projects
2020-12-12 12:18:24 +00:00
Henry Schreiner
9bfd0f7956
fix: drop stars, fix a few more projects
2020-12-07 09:31:08 -05:00
Henry Schreiner
3ac943b754
chore: run bin/projects.py
2020-12-04 16:52:08 -05:00
Henry Schreiner
b3bb527584
feat: PyGithub and direct writing
2020-12-04 16:43:01 -05:00
Henry Schreiner
c166426b50
chore: update repos to add CI and plat, more
2020-12-04 15:46:22 -05:00
Henry Schreiner
bf011b51f9
feat: CI info
2020-12-04 14:51:17 -05:00
Henry Schreiner
abbe91cf86
feat: generator
2020-12-04 12:09:22 -05:00