Skip to content

Commit

Permalink
Set config to use ruff in pydev.debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Feb 18, 2024
1 parent 46aa4e5 commit d91c172
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .settings/org.python.pydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ AUTO_LINK: false
AUTO_LITERALS: true
AUTO_PAR: true
AUTO_WRITE_IMPORT_STR: true
BLACK_FORMATTER_FILE_LOCATION: ''
BLACK_FORMATTER_LOCATION_OPTION: LOCATION_SEARCH
BLACK_PARAMETERS: ''
BLANK_LINES_INNER: 1
BLANK_LINES_TOP_LEVEL: 2
Expand All @@ -18,7 +20,7 @@ DATE_FIELD_FORMAT: yyyy-MM-dd
DATE_FIELD_NAME: __updated__
DELETE_UNUSED_IMPORTS: false
ENABLE_DATE_FIELD_ACTION: false
FORMATTER_STYLE: PYDEVF
FORMATTER_STYLE: RUFF
FORMAT_BEFORE_SAVING: true
FORMAT_ONLY_CHANGED_LINES: false
FORMAT_WITH_AUTOPEP8: false
Expand All @@ -32,6 +34,9 @@ PEP8_IMPORTS: true
PYDEV_TEST_RUNNER: '2'
PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -vv --tb=native -n 0
PYDEV_USE_PYUNIT_VIEW: true
RUFF_FORMATTER_FILE_LOCATION: ''
RUFF_FORMATTER_LOCATION_OPTION: LOCATION_SEARCH
RUFF_PARAMETERS: ''
SAVE_ACTIONS_ONLY_ON_WORKSPACE_FILES: true
SMART_INDENT_PAR: true
SMART_LINE_MOVE: false
Expand Down

0 comments on commit d91c172

Please sign in to comment.