Commit graph

9 commits

Author SHA1 Message Date
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
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
Jeremiah Wilson 3edfd15b4b Remove min-similarity-lines 2020-10-04 13:10:00 -07:00
Jeremiah Wilson bea036bec1 Remove some disabled options 2020-10-04 13:10:00 -07:00
Jeremiah Wilson 8b4f8a3bb3 Fix isort processing and rearrange setup.py imports 2020-10-04 13:10:00 -07:00
Mathieu Comandon ffb5007bed Remove isort headers 2020-05-17 11:34:02 -07:00
Alexandru-Rudi Mățău db40d7e0cc Minor update to configs 2020-04-27 19:52:01 +03:00
Alexandru-Rudi Mățău 0a7d7aebca Increased max line length to 120 2020-04-27 19:52:01 +03:00
Alexandru-Rudi Mățău fe3a127c5a Added Pipfile, requirements, editorconfig and configuration files for static code checkers 2020-04-27 19:52:01 +03:00