Skip to content

Commit

Permalink
Merge pull request #324 from QGIS-Contribution/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Guts committed Feb 5, 2024
2 parents 7d7e1d0 + e84a40a commit ef79ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ repos:
- id: remove-tabs
args: ["--whitespaces-count", "4"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.11"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
hooks:
- id: ruff
args: ["--fix-only", "--target-version=py39"]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args: ["--target-version=py39"]
Expand Down
1 change: 1 addition & 0 deletions qgis_resource_sharing/gui/resource_sharing_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* *
***************************************************************************/
"""

import logging

from qgis.core import Qgis, QgsSettings
Expand Down

0 comments on commit ef79ae6

Please sign in to comment.