Skip to content

Commit

Permalink
CI(deps): Update ruff to v0.9.9 (OSGeo#5234)
Browse files Browse the repository at this point in the history
* CI(deps): Update ruff to v0.9.9

* Remove trailing whitespace

* Add final newline

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Edouard Choinière <[email protected]>
  • Loading branch information
renovate[bot] and echoix authored Mar 1, 2025
1 parent 2c658f0 commit 57929c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# renovate: datasource=pypi depName=bandit
BANDIT_VERSION: "1.8.3"
# renovate: datasource=pypi depName=ruff
RUFF_VERSION: "0.9.7"
RUFF_VERSION: "0.9.9"

runs-on: ${{ matrix.os }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.7
rev: v0.9.9
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion cmake/windows_launch.bat.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
"%GRASS_PYTHON%" "%GISBASE%\scripts\@[email protected]" %*
"%GRASS_PYTHON%" "%GISBASE%\scripts\@[email protected]" %*
2 changes: 1 addition & 1 deletion db/drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ build_program_in_subdir(
DEPENDS
grass_gis
grass_dbstubs
grass_dbmibase
grass_dbmibase
grass_dbmidriver
grass_sqlp
DEFS
Expand Down

0 comments on commit 57929c8

Please sign in to comment.