[GRASS-git] [OSGeo/grass] 28bbce: style: Fix single-line-implicit-string-concatenati...
Edouard Choinière
noreply at github.com
Sun Jun 30 23:17:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 28bbce8dd772f48d38ef02743ba239207c950c57
https://github.com/OSGeo/grass/commit/28bbce8dd772f48d38ef02743ba239207c950c57
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M gui/wxpython/animation/dialogs.py
M gui/wxpython/animation/temporal_manager.py
M gui/wxpython/animation/utils.py
M gui/wxpython/core/globalvar.py
M gui/wxpython/core/render.py
M gui/wxpython/core/utils.py
M gui/wxpython/dbmgr/base.py
M gui/wxpython/gcp/manager.py
M gui/wxpython/gcp/mapdisplay.py
M gui/wxpython/gmodeler/dialogs.py
M gui/wxpython/gmodeler/model.py
M gui/wxpython/gmodeler/panels.py
M gui/wxpython/gui_core/dialogs.py
M gui/wxpython/gui_core/mapdisp.py
M gui/wxpython/gui_core/preferences.py
M gui/wxpython/gui_core/pyedit.py
M gui/wxpython/iclass/dialogs.py
M gui/wxpython/iclass/frame.py
M gui/wxpython/image2target/ii2t_gis_set.py
M gui/wxpython/image2target/ii2t_manager.py
M gui/wxpython/image2target/ii2t_mapdisplay.py
M gui/wxpython/lmgr/frame.py
M gui/wxpython/lmgr/layertree.py
M gui/wxpython/lmgr/workspace.py
M gui/wxpython/main_window/frame.py
M gui/wxpython/mapdisp/frame.py
M gui/wxpython/mapdisp/test_mapdisp.py
M gui/wxpython/mapswipe/frame.py
M gui/wxpython/mapwin/buffered.py
M gui/wxpython/modules/colorrules.py
M gui/wxpython/modules/extensions.py
M gui/wxpython/modules/histogram.py
M gui/wxpython/modules/mcalc_builder.py
M gui/wxpython/photo2image/ip2i_mapdisplay.py
M gui/wxpython/psmap/instructions.py
M gui/wxpython/rlisetup/frame.py
M gui/wxpython/rlisetup/sampling_frame.py
M gui/wxpython/rlisetup/wizard.py
M gui/wxpython/startup/guiutils.py
M gui/wxpython/timeline/frame.py
M gui/wxpython/tools/update_menudata.py
M gui/wxpython/tplot/frame.py
M gui/wxpython/tplot/g.gui.tplot.py
M gui/wxpython/vdigit/mapwindow.py
M gui/wxpython/vdigit/toolbars.py
M gui/wxpython/vdigit/wxdigit.py
M gui/wxpython/web_services/dialogs.py
M gui/wxpython/wxplot/profile.py
M lib/gis/testsuite/gis_lib_str_color.py
M lib/init/grass.py
M lib/raster/testsuite/rast_parse_color_rule.py
M man/build_class_graphical.py
M man/build_keywords.py
M man/build_manual_gallery.py
M man/build_topics.py
M man/parser_standard_options.py
M python/grass/gunittest/case.py
M python/grass/gunittest/checkers.py
M python/grass/gunittest/gmodules.py
M python/grass/gunittest/main.py
M python/grass/gunittest/reporters.py
M python/grass/pygrass/errors.py
M python/grass/pygrass/modules/interface/parameter.py
M python/grass/pygrass/raster/__init__.py
M python/grass/pygrass/vector/table.py
M python/grass/script/core.py
M python/grass/script/raster.py
M python/grass/script/raster3d.py
M python/grass/script/task.py
M python/grass/temporal/abstract_map_dataset.py
M python/grass/temporal/abstract_space_time_dataset.py
M python/grass/temporal/aggregation.py
M python/grass/temporal/base.py
M python/grass/temporal/c_libraries_interface.py
M python/grass/temporal/core.py
M python/grass/temporal/open_stds.py
M python/grass/temporal/spatial_extent.py
M python/grass/temporal/spatio_temporal_relationships.py
M python/grass/temporal/stds_export.py
M python/grass/temporal/stds_import.py
M python/libgrass_interface_generator/ctypesgen/expressions.py
M python/libgrass_interface_generator/ctypesgen/main.py
M python/libgrass_interface_generator/ctypesgen/printer_python/printer.py
M raster3d/r3.to.rast/testsuite/test_a_b_coeff.py
M raster3d/r3.to.rast/testsuite/test_integer_rounding.py
M raster3d/r3.to.rast/testsuite/test_nulls.py
M raster3d/r3.to.rast/testsuite/test_small_data.py
M scripts/db.dropcolumn/db.dropcolumn.py
M scripts/db.in.ogr/db.in.ogr.py
M scripts/g.extension/g.extension.py
M scripts/g.manual/g.manual.py
M scripts/i.in.spotvgt/i.in.spotvgt.py
M scripts/i.oif/i.oif.py
M scripts/r.blend/r.blend.py
M scripts/r.in.wms/wms_cap_parsers.py
M scripts/r.reclass.area/r.reclass.area.py
M scripts/v.db.droptable/v.db.droptable.py
M scripts/v.db.reconnect.all/v.db.reconnect.all.py
M scripts/v.in.e00/v.in.e00.py
M scripts/v.rast.stats/v.rast.stats.py
M scripts/v.what.strds/v.what.strds.py
M temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
M temporal/t.rast.algebra/testsuite/test_raster_algebra_operators.py
M temporal/t.rast.export/t.rast.export.py
M temporal/t.rast.gapfill/t.rast.gapfill.py
M temporal/t.rast.what/t.rast.what.py
M temporal/t.vect.db.select/t.vect.db.select.py
M temporal/t.vect.observe.strds/t.vect.observe.strds.py
M temporal/t.vect.what.strds/t.vect.what.strds.py
Log Message:
-----------
style: Fix single-line-implicit-string-concatenation violations (ISC001) (#3943)
* style: Fix single-line-implicit-string-concatenation violations (ISC001)
Only applies safe fixes with `ruff check --select "ISC001" --fix` in order to limit the review scope.
* style: Apply black formatting
Separated in another commit for easier review of the changes of the first commit
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list