Skip to content

Commit 660acaf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aed49e2 commit 660acaf

File tree

76 files changed

+266
-266
lines changed

Some content is hidden

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

76 files changed

+266
-266
lines changed

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

qgis_deployment_toolbelt/commands/deployment.py

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

33
"""
4-
Sub-command in charge of running the main logic.
4+
Sub-command in charge of running the main logic.
55
6-
Author: Julien M. (https://github.com/guts)
6+
Author: Julien M. (https://github.com/guts)
77
"""
88

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

0 commit comments

Comments
 (0)