1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
Commit graph

14 commits

Author SHA1 Message Date
Piotr Migdal c6c9f2d94d fixed ruff instructions 2024-01-15 15:15:15 +01:00
OMEGARAZER 905f54f5c0
Add ruff
Adds ruff settings, tests and pre-commit.
2023-03-05 16:33:51 -05:00
OMEGARAZER 730856934b
Update unsaveposts.py
Make some updates to the unsaveposts script and updated flake8 exclude now that there is a python script in the scripts directory.

Also added the scripts directory to actions test ignore as any changes in there shouldn't have any affect on the tests that are performed.
2023-02-01 14:18:20 -05:00
OMEGA_RAZER aced164560
Update test.yml
Corrects .md ignore and adds markdown lint files as there would be no need to trigger python tests from them.
2023-01-01 23:11:43 -05:00
OMEGARAZER 2bafb1b99b
Consolidate flake8 settings
Consolidates sane flake8 settings to pyproject with the Flake8-pyproject plugin.

Does not change logic of test workflow but allows base settings to live in pyproject for anyone using flake8 as an external linter (e.g. vscode)

Also fixes some flake8 errors that were not being picked up by current testing, mostly unused imports.
2022-12-28 10:00:43 -05:00
OMEGARAZER 8c01a9e7a0
Consolidate to pyproject
Consolidates configs to pyproject.toml and updates workflows accordingly as well as sets sane minimums for dev requirements.

adds version check to main script.
2022-12-16 23:45:36 -05:00
Ali Parlakçı 4ab1d6d6e0
test.yml: test on windows and macos (#290) 2021-05-06 13:04:41 +03:00
Ali Parlakçı 77f9a7d523 Add ci to dev branch 2021-05-05 17:05:03 +03:00
Ali Parlakçı 304028cf42
test.yml: on push master (#284) 2021-04-20 19:07:20 +03:00
Ali Parlakçı 92c7f9bcff
test.yml: upload coverage report (#283) 2021-04-20 17:15:26 +03:00
Ali Parlakçı b355fb6500
test.yml: add coverage report (#282) 2021-04-20 16:43:25 +03:00
Ali Parlakci 71664dc70a test.yml: remove unsupported Python versions 2021-04-20 14:32:59 +03:00
vlad doster ee9dec16bf
(feat) test multiple python versions 2021-04-19 15:50:08 -05:00
Ali Parlakçı e8abec43a6 Adds continuous integration with Github Actions 2021-04-18 16:44:52 +03:00