Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#33)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.8.0 →
v3.14.0](asottile/pyupgrade@v3.8.0...v3.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.276 →
v0.0.292](astral-sh/ruff-pre-commit@v0.0.276...v0.0.292)
- [github.com/psf/black: 23.3.0 →
23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/pycqa/flake8: 6.0.0 →
6.1.0](PyCQA/flake8@6.0.0...6.1.0)
<!--pre-commit.ci end-->
  • Loading branch information
Guts authored Oct 3, 2023
2 parents 8e1c727 + fc0274e commit fbd9cf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.14.0
hooks:
- id: pyupgrade
args:
- "--py39-plus"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.276"
rev: "v0.0.292"
hooks:
- id: ruff
args: ["--fix-only"]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

Expand All @@ -42,7 +42,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
files: ^pyqgis_resource_browser/.*\.py$
Expand Down

0 comments on commit fbd9cf0

Please sign in to comment.