lutris/lutris
2021-11-17 21:52:33 -08:00
..
database Fixed instances of unreachable code, inconsistent returns, consider-using-with, consider-using-from-import, use-a-generator, consider-using-generator, redundant-u-string-prefix, arguments-renamed 2021-11-17 21:17:43 -08:00
gui Fixed instances of unreachable code, inconsistent returns, consider-using-with, consider-using-from-import, use-a-generator, consider-using-generator, redundant-u-string-prefix, arguments-renamed 2021-11-17 21:17:43 -08:00
installer - Replaced instances of if not os.path.exists(dst) -> os.makedir(dst) / os.makedirs(dst) with os.makedirs(dst,exist_ok=True) (Python >= 3.2) 2021-11-17 21:49:15 -08:00
migrations What security are you providing? 2021-08-30 15:38:49 -07:00
runners - Replaced instances of if not os.path.exists(dst) -> os.makedir(dst) / os.makedirs(dst) with os.makedirs(dst,exist_ok=True) (Python >= 3.2) 2021-11-17 21:49:15 -08:00
scanners - Fixed instances of unspecified-encoding, super-with-arguments, raise-missing-from, consider-using-dict-items, consider-iterating-dictionary 2021-11-17 21:17:43 -08:00
services - Replaced instances of if not os.path.exists(dst) -> os.makedir(dst) / os.makedirs(dst) with os.makedirs(dst,exist_ok=True) (Python >= 3.2) 2021-11-17 21:49:15 -08:00
util Factor out the syscall number getting from _get_futex_syscall_nr into a new function. 2021-11-17 21:52:33 -08:00
__init__.py Update to 0.5.9.1 2021-10-16 18:14:23 -07:00
api.py - Fixed instances of unspecified-encoding, super-with-arguments, raise-missing-from, consider-using-dict-items, consider-iterating-dictionary 2021-11-17 21:17:43 -08:00
cache.py Don't throttle downloads for cached files (Closes #3358) 2021-01-04 16:39:43 -08:00
command.py - Fixed instances of unspecified-encoding, super-with-arguments, raise-missing-from, consider-using-dict-items, consider-iterating-dictionary 2021-11-17 21:17:43 -08:00
config.py - Fixed instances of unspecified-encoding, super-with-arguments, raise-missing-from, consider-using-dict-items, consider-iterating-dictionary 2021-11-17 21:17:43 -08:00
directories.py Updated vendor and lutris 2020-04-27 19:52:01 +03:00
discord.py Clean Discord settings, allow API keys to be overridden through settings 2021-03-22 17:31:07 -07:00
exceptions.py Use named tags for multiple parameters in the string to help translation 2020-10-03 04:53:20 -07:00
game.py Fixed instances of unreachable code, inconsistent returns, consider-using-with, consider-using-from-import, use-a-generator, consider-using-generator, redundant-u-string-prefix, arguments-renamed 2021-11-17 21:17:43 -08:00
game_actions.py Remove game from view when game is hidden 2021-08-30 15:28:07 -07:00
runner_interpreter.py - Fixed instances of unspecified-encoding, super-with-arguments, raise-missing-from, consider-using-dict-items, consider-iterating-dictionary 2021-11-17 21:17:43 -08:00
runtime.py Rename steam specific signals, don't cache steam games 2021-07-19 19:13:10 -07:00
settings.py Put PGA in tmp when run with pytest 2021-08-02 15:42:38 -07:00
startup.py - Fixed instances of unspecified-encoding, super-with-arguments, raise-missing-from, consider-using-dict-items, consider-iterating-dictionary 2021-11-17 21:17:43 -08:00
sysoptions.py fix pylint complaints 2021-11-04 11:50:34 -07:00