Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#46)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.15.0 →
v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 →
v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5)
- [github.com/psf/black: 23.12.1 →
24.3.0](psf/black@23.12.1...24.3.0)
- [github.com/pycqa/flake8: 6.1.0 →
7.0.0](PyCQA/flake8@6.1.0...7.0.0)
<!--pre-commit.ci end-->
  • Loading branch information
Guts committed Apr 1, 2024
2 parents ee9fc0b + 358324c commit 41e21bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args:
- "--py39-plus"

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

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black

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

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
files: ^pyqgis_resource_browser/.*\.py$
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_plg_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@


class TestPluginMetadata(unittest.TestCase):

"""Test about module"""

def test_metadata_types(self):
Expand Down

0 comments on commit 41e21bc

Please sign in to comment.