Skip to content

Commit 41e21bc

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#46)
<!--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-->
2 parents ee9fc0b + 358324c commit 41e21bc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.15.2
2222
hooks:
2323
- id: pyupgrade
2424
args:
2525
- "--py39-plus"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.1.9"
28+
rev: "v0.3.5"
2929
hooks:
3030
- id: ruff
3131
args: ["--fix-only"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.12.1
34+
rev: 24.3.0
3535
hooks:
3636
- id: black
3737

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

4444
- repo: https://github.com/pycqa/flake8
45-
rev: 6.1.0
45+
rev: 7.0.0
4646
hooks:
4747
- id: flake8
4848
files: ^pyqgis_resource_browser/.*\.py$

tests/unit/test_plg_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727

2828
class TestPluginMetadata(unittest.TestCase):
29-
3029
"""Test about module"""
3130

3231
def test_metadata_types(self):

0 commit comments

Comments
 (0)