Commit Graph

28 Commits

Author SHA1 Message Date
Dmitry Belyaev f945cdc915
python: -3.8, +3.12 2024-03-20 22:53:31 +03:00
Dmitry Belyaev 545cde2ccc
add docs 2023-08-20 23:08:56 +03:00
Dmitry Belyaev 5f0aa46e28 add python 3.11 2023-03-11 22:49:29 +03:00
Dmitry Belyaev 5e4bed5604
bump github/codeql-action to v2
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
2022-06-04 23:51:41 +03:00
Dmitry Belyaev 111d527c33
check formatting with black (#99)
* check formatting with black + suggest on pr

* test format check

* fix test format error

suggested by reviewdog[black]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-04 23:43:13 +03:00
Dmitry Belyaev c9b38cd29e
add mypy strict check (not failing) 2022-06-04 20:14:53 +03:00
Dmitry Belyaev 47ac72c1fe
fix add-path 2022-06-04 17:01:33 +03:00
Dmitry Belyaev c1c621cbf0
add reviewdog workflow with mypy 2022-06-04 16:54:33 +03:00
Dmitry Belyaev bfdeaa17ff
drop python 3.7 support
for TypedDict
2022-06-04 15:56:11 +03:00
Dmitry Belyaev 1eef4114cd
ci: fix mypy checks 2022-06-04 15:48:25 +03:00
Dmitry Belyaev 0778fbe51f
ci: check with mypy + upload report 2022-06-04 15:44:01 +03:00
Dmitry Belyaev 8eaafc9925
workflows: remove poetry cache 2022-06-03 15:55:50 +03:00
Dmitry Belyaev 8c05b8319c
reset poetry cache (github workflows) 2022-04-05 12:40:40 +03:00
Dmitry Belyaev adc61821cf
bump actions/checkout to 3 2022-04-05 12:38:17 +03:00
Dmitry Belyaev 25670a61ba
bump actions/cache to 3.0.1 2022-04-05 12:37:02 +03:00
Dmitry Belyaev 61d3186522
drop python 3.6 support 2022-02-11 14:29:25 +03:00
Dmitry Belyaev a81192b96f
add python 3.10 (github actions) (#66) 2021-10-21 10:18:39 +03:00
Dmitry Belyaev 9603718c83
remove install from requirements.txt 2021-10-15 09:37:57 +03:00
Dmitry Belyaev f7a84cc58c
use POETRY_PYPI_TOKEN_PYPI to publish
https://python-poetry.org/docs/repositories/
2021-10-15 09:34:07 +03:00
Dmitry Belyaev df2f3ef483
fix CodeQL
remove git checkout HEAD^2
2021-10-09 15:37:58 +03:00
Dmitry Belyaev 9e40b6fbbd
use poetry in ci 2021-10-09 15:27:38 +03:00
Dmitry Belyaev 3ddc486614 add Python 3.9 support 2021-01-01 13:38:14 +03:00
Dmitry Belyaev e0b4e6c28a
drop Python 3.5 support 2021-01-01 13:17:08 +03:00
Dmitry Belyaev 8f56ad426e
Enabling code scanning
https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning
2020-08-11 00:22:53 +03:00
dependabot-preview[bot] 66f9de3980 Create Dependabot config file 2020-06-18 09:52:40 +03:00
Dmitry Belyaev a96050628a
Feature: setup (#15)
* add files for setup

* ! package rename

* move scripts

* + setuptools_scm_git_archive

* + fallback_version

* + setuptools_scm_git_archive to setup.cfg

* bdist_wheel universal

* ignore build/ and .eggs/

* don't use version from setuptools_scm

* Revert "don't use version from setuptools_scm"

This reverts commit 7ad0b4d3d8.

* Revert "bdist_wheel universal"

This reverts commit 5027866b39.

* no-local-version

* +workflow: Upload Python Package
2020-02-19 23:26:28 +03:00
Dmitry Belyaev fcba8f07ef
add python 3.8 2020-02-01 13:26:13 +03:00
Dmitry Belyaev f06051d06c add GitHub Actions 2019-09-04 10:27:09 +03:00