Commit graph

9 commits

Author SHA1 Message Date
Alex Lowe 9f466f49ec Sample mypy configuration (with baselines)
This was brought up by discussion in #4866 about
use of type annotations - here's how I'd handle mypy
to hopefully have it provide utility without causing
headaches.
2023-08-26 00:16:44 -07:00
Mathieu Comandon bb4b6ed147 Remove poetry 2022-05-23 19:35:17 -07:00
Maximiliano Sandoval R 77c978ae53 Remove keyring dependency
The file util/keyring.py is not imported anywhere and the keyring
dependency has a big chain of dependencies.
2022-04-11 13:59:56 -07:00
Mathieu Comandon e991140ca3 Update Pilllow version 2022-03-31 17:00:05 -07:00
Maximiliano Sandoval R 19d30c845d poetry: Update python version to 3.6.2
Black has a hard requirement on python>=3.6.2.
2022-03-01 15:52:09 -08:00
Rachmadani Haryono fc8352ae8e build: package distro for linux 2022-02-22 17:15:03 -08:00
tannisroot 382a3213cb Update to nose2 2021-12-14 08:40:05 +03:00
Alexander Ravenheart 48d1243458 - Added nose to dev-dependencies to pyproject.toml
- Updated poetry.lock
- Replaced pipenv with poetry in run_testsuite.yml
2021-11-17 21:17:43 -08:00
Alexander Ravenheart f5e8e007b3 - Replaced pipenv with poetry
- Updated min version check in setup.py to Python 3.6
- Updated isort config file and calls to align with v5.x
- Added init-hook for gi imports in .pylintrc to avoid invalid no-member issues
- Makefile: added lock, show-tree, bandit, black, mypy; updated test, cover, dev, isort, autopep8, check, isort-check, flake8, pylint; removed req, requirements;
- Updated .travis.yml to use poetry and make
- Added my email in AUTHORS
- Updated CONTRIBUTING.md
- Updated lint_python.yml to use poetry and make, reorganized instructions to have all install related steps first
- sorted imports: lutris, lutris-wrapper, cleanup_prefix.py and multiple files in tests dir
2021-11-17 21:17:43 -08:00