Commit graph

12 commits

Author SHA1 Message Date
Mathieu Comandon e7991c4ce2 Linting 2023-04-23 14:10:12 -07:00
Mathieu Comandon 20bb76b1bf Remove Exceptions category from Pylint file 2023-04-20 03:03:45 -07:00
Mathieu Comandon 1d3519f405 Add TOSEC scanner/renamer 2023-01-18 18:38:15 -08:00
Daniel Johnson 5d36dd2a21 Ah, this no-self-use thing was because I had an old flake8. Removed from pylintrc. 2022-12-27 03:44:52 -08:00
Daniel Johnson 7ea8b7ef7d Fix or suppress pylints; we can revert this later if we want ;'em. 2022-12-27 03:44:52 -08:00
Mathieu Comandon dd189b537c Update Pylintrc for newer version 2022-11-28 13:39:18 -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
Mathieu Comandon 19f9d75ccf Fix pylint warnings 2021-01-22 22:11:16 -08:00
Mathieu Comandon d6c81d7977 Deprecate pga module and create database package 2020-10-03 04:51:11 -07:00
Alexandru-Rudi Mățău e018ba79aa Updated style 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