Skip to content

Commit e2a2d15

Browse files
committed
run pre-commit
1 parent 8f19b6b commit e2a2d15

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
args: [
5555
"--max-line-length=115",
5656
# ignore long comments (E501), as long lines are formatted by black
57-
"--ignore=E501,E203,W503",
57+
"--ignore=E501,E203,W503,QGS105",
5858
]
5959

6060
ci:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Installation and upgrade* of your datamodel implementations are managed through
88

99
Read the docs: https://opengisch.github.io/oqtopus/
1010

11-
*upgrade is currently reaching the development phase, this feature will be available soon. Check [here](linktobedefine) to contribute!
11+
*upgrade is currently reaching the development phase, this feature will be available soon. Check [here](linktobedefine) to contribute!

oqtopus/utils/tmmtlogging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"""
2626
This module is used for logging in TWW.
2727
"""
28+
2829
import logging
2930

3031
from qgis.core import QgsApplication, QgsMessageLog

0 commit comments

Comments
 (0)