PY-2021.1.2 <rodude123@rodude123s-pavilion-x360 Create baseRefactoring.xml, vim_settings.xml, linters.xml, ide-features-trainer.xml, project.default.xml, Default.xml, keymap.xml, find.xml, log_highlighting.xml, filetypes.xml, remote-servers.xml, highlight-bracket-pair-plugin.xml, colors.scheme.xml, notifications.xml, git.xml, databaseDrivers.xml, _@user_oblivion.icls, Default.xml, KDE copy.xml, docker.xml, laf.xml, lightEdit.xml, Bash.sh, vcs.xml, editor.xml, debugger.xml, updates.xml

This commit is contained in:
rodude123
2021-06-24 13:01:15 +02:00
parent dd07b38eee
commit caae1d1866
27 changed files with 656 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<toolSet name="linters">
<tool name="pylint" description="run pylint on project sources" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="true" showConsoleOnStdErr="true" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="$PyInterpreterDirectory$/pylint" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="$ContentRoot$" />
</exec>
<filter>
<option name="NAME" value="No name" />
<option name="DESCRIPTION" />
<option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$:.*" />
</filter>
</tool>
<tool name="Auto fix linting" description="Auto fix linting issue with pylint" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="true" showConsoleOnStdErr="true" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="$PyInterpreterDirectory$/autopep8" />
<option name="PARAMETERS" value="--in-place --aggressive --aggressive $FilePath$" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
<filter>
<option name="NAME" value="No name" />
<option name="DESCRIPTION" />
<option name="REGEXP" value="$FILE_PATH$\:$LINE$\:$COLUMN$\:.*" />
</filter>
</tool>
</toolSet>