.config
.emacs.d
emacs-custom.elinit.el
plugins
awesome-tab.elbash-completion.elbuffer-move.eldired-sidebar.elflymake-yaml.ellatexmk-mode.ellivedown.elorg-ac.elsmex.el
smex-itemstramptransient
.local/bin
Checking-repoLogs
__pycache__
ansibleansible-configansible-connectionansible-consoleansible-docansible-galaxyansible-inventoryansible-playbookansible-pullansible-testansible-vaultbackupSynologybin-cpbrowser-xchardetectcleanercleanertmpcmus-controlcmus-shelldmenumountdmenuumountdmenuunicodedocker-startdwmstatusbareix-repos-syncemerge-logsepylinteuscanextf2pyf2py3f2py3.6f2py3.7f2py3.8flaskfuturizegentoo-testgeoipgetforecastgfetchgit-init-folderharuhi-dliptables-restartiptables-updateisortmailsyncminecraft-launchermouse-setnightnotify-programpassword-managerpasteurizepwiz.pypylintpyreverserasprconrecordremove-kernelrunJavasaver-offsb-batterysb-clocksb-cpusb-mailsb-memsb-musicsb-networksb-tempsb-volumesb-weatherscreen-switcherscreenshotscreenshot-areaset-wallpapershut-sup-restspeedtest-clissh-permissionsstreamsuspend-at-timesymilarteatempterm-wmitranstwitchupdateupdate-kernelvideo-convertvolumewelcomerwelcomer-serwerwheelwsl-notifywylaczoffyatqayt-mp3yt-video
8
.local/bin/pylint
Executable file
8
.local/bin/pylint
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/lib/python-exec/python3.7/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from pylint import run_pylint
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(run_pylint())
|
Reference in New Issue
Block a user