Skip to content

Commit

Permalink
Merge pull request #329 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 authored Apr 1, 2024
2 parents 5c7f14d + b0129e1 commit b0f5403
Showing 1 changed file with 3 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 @@ -18,19 +18,19 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-tabs
args: ["--whitespaces-count", "4"]

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

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
args: ["--target-version=py39"]
Expand Down

0 comments on commit b0f5403

Please sign in to comment.