UsergeTeam / Userge

Userge, Durable as a Serge
https://userge.tech
GNU General Public License v3.0
677 stars 2.02k forks source link

Adamelegord patch 1 #514

Closed adamelegord closed 2 years ago

pep8speaks commented 2 years ago

@adamelegord, Thanks for opening this PR.

Line 32:1: F403 'from loader.job import *' used; unable to detect undefined names Line 43:19: F405 'HARD_RESTART' may be undefined, or defined from star imports: loader.job Line 43:45: F405 'SOFT_RESTART' may be undefined, or defined from star imports: loader.job Line 50:38: F405 'FETCH_CORE' may be undefined, or defined from star imports: loader.job Line 59:38: F405 'FETCH_REPO' may be undefined, or defined from star imports: loader.job Line 66:38: F405 'FETCH_REPOS' may be undefined, or defined from star imports: loader.job Line 75:38: F405 'GET_CORE' may be undefined, or defined from star imports: loader.job Line 87:38: F405 'GET_REPO' may be undefined, or defined from star imports: loader.job Line 96:38: F405 'GET_REPOS' may be undefined, or defined from star imports: loader.job Line 112:38: F405 'ADD_REPO' may be undefined, or defined from star imports: loader.job Line 124:38: F405 'REMOVE_REPO' may be undefined, or defined from star imports: loader.job Line 133:38: F405 'GET_CORE_NEW_COMMITS' may be undefined, or defined from star imports: loader.job Line 145:38: F405 'GET_CORE_OLD_COMMITS' may be undefined, or defined from star imports: loader.job Line 157:38: F405 'GET_REPO_NEW_COMMITS' may be undefined, or defined from star imports: loader.job Line 170:38: F405 'GET_REPO_OLD_COMMITS' may be undefined, or defined from star imports: loader.job Line 185:38: F405 'EDIT_CORE' may be undefined, or defined from star imports: loader.job Line 229:38: F405 'EDIT_REPO' may be undefined, or defined from star imports: loader.job Line 292:38: F405 'ADD_CONSTRAINTS' may be undefined, or defined from star imports: loader.job Line 307:38: F405 'REMOVE_CONSTRAINTS' may be undefined, or defined from star imports: loader.job Line 316:38: F405 'GET_CONSTRAINTS' may be undefined, or defined from star imports: loader.job Line 330:38: F405 'CLEAR_CONSTRAINTS' may be undefined, or defined from star imports: loader.job Line 337:38: F405 'INVALIDATE_REPOS_CACHE' may be undefined, or defined from star imports: loader.job Line 347:38: F405 'SET_ENV' may be undefined, or defined from star imports: loader.job Line 356:38: F405 'UNSET_ENV' may be undefined, or defined from star imports: loader.job

Line 75:59: W504 line break after binary operator Line 76:33: W504 line break after binary operator

Line 133:81: E226 missing whitespace around arithmetic operator Line 134:81: E226 missing whitespace around arithmetic operator Line 139:77: E226 missing whitespace around arithmetic operator Line 149:82: E226 missing whitespace around arithmetic operator

Line 93:79: E226 missing whitespace around arithmetic operator Line 95:79: E226 missing whitespace around arithmetic operator Line 97:74: E226 missing whitespace around arithmetic operator Line 99:76: E226 missing whitespace around arithmetic operator Line 102:73: E226 missing whitespace around arithmetic operator Line 110:88: E226 missing whitespace around arithmetic operator Line 113:88: E226 missing whitespace around arithmetic operator Line 116:83: E226 missing whitespace around arithmetic operator Line 119:83: E226 missing whitespace around arithmetic operator Line 123:82: E226 missing whitespace around arithmetic operator