Skip to content

Commit 821e69d

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#630)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.3](PyCQA/bandit@1.8.0...1.8.3) <!--pre-commit.ci end-->
2 parents 1c4e709 + 660acaf commit 821e69d

File tree

77 files changed

+271
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+271
-271
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
args: [--markdown-linebreak-ext=md]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.10.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626

@@ -32,27 +32,27 @@ repos:
3232
- "--py310-plus"
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.8.6"
35+
rev: "v0.11.4"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix-only"]
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 5.13.2
41+
rev: 6.0.1
4242
hooks:
4343
- id: isort
4444
args: ["--profile", "black", "--filter-files"]
4545

4646
- repo: https://github.com/pycqa/flake8
47-
rev: 7.1.1
47+
rev: 7.2.0
4848
hooks:
4949
- id: flake8
5050
language: python
5151
types: [python]
5252
args: ["--config=setup.cfg", "--select=E9,F63,F7,F82"]
5353

5454
- repo: https://github.com/PyCQA/bandit
55-
rev: 1.8.0
55+
rev: 1.8.3
5656
hooks:
5757
- id: bandit
5858
args: ["--configfile", "bandit.yaml"]

builder/pyinstaller_build_macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Launch PyInstaller using a Python script.
4+
Launch PyInstaller using a Python script.
55
"""
66

77
# #############################################################################

builder/pyinstaller_build_ubuntu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Launch PyInstaller using a Python script.
4+
Launch PyInstaller using a Python script.
55
"""
66

77
# #############################################################################

builder/pyinstaller_build_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Launch PyInstaller using a Python script.
4+
Launch PyInstaller using a Python script.
55
"""
66

77
# #############################################################################

builder/tldextract_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Create tldextract update cache folder
4+
Create tldextract update cache folder
55
66
"""
77

builder/version_info_templater.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Microsoft Version Info templater.
4+
Microsoft Version Info templater.
55
6-
See:
6+
See:
77
8-
- https://docs.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource
9-
- https://docs.microsoft.com/en-us/windows/win32/api/verrsrc/ns-verrsrc-vs_fixedfileinfo
8+
- https://docs.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource
9+
- https://docs.microsoft.com/en-us/windows/win32/api/verrsrc/ns-verrsrc-vs_fixedfileinfo
1010
"""
1111

1212
# #############################################################################

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!python3
22

33
"""
4-
Configuration for project documentation using Sphinx.
4+
Configuration for project documentation using Sphinx.
55
"""
66

77

qgis_deployment_toolbelt/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Metadata bout the package to easily retrieve informations about it.
5-
See: https://packaging.python.org/guides/single-sourcing-package-version/
4+
Metadata bout the package to easily retrieve informations about it.
5+
See: https://packaging.python.org/guides/single-sourcing-package-version/
66
"""
77

88
from datetime import date

qgis_deployment_toolbelt/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
"""
6-
Main command-line.
6+
Main command-line.
77
"""
88

99
# #############################################################################

qgis_deployment_toolbelt/commands/cmd_rules_context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33

44
"""
5-
Sub-command to export local rules context.
5+
Sub-command to export local rules context.
66
7-
Author: Julien M. (https://github.com/guts)
7+
Author: Julien M. (https://github.com/guts)
88
"""
99

1010

0 commit comments

Comments
 (0)