Skip to content

Commit

Permalink
Fix D404
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 26, 2024
1 parent 7565ffd commit 5b1498e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ribasim_qgis/core/nodes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This module contains the classes to represent the Ribasim node layers.
Classes to represent the Ribasim node layers.
The classes specify:
Expand Down
5 changes: 2 additions & 3 deletions ribasim_qgis/widgets/dataset_widget.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
This widgets displays the available input layers in the GeoPackage.
A widget that displays the available input layers in the GeoPackage.
This widget also allows enabling or disabling individual elements for a
computation.
It also allows enabling or disabling individual elements for a computation.
"""

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion ribasim_qgis/widgets/ribasim_widget.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This module forms the high level DockWidget.
High level RibasimWidget.
It ensures the underlying widgets can talk to each other. It also manages the
connection to the QGIS Layers Panel, and ensures there is a group for the
Expand Down
1 change: 0 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ target-version = "py39"
# See https://docs.astral.sh/ruff/rules/
select = ["C4", "D2", "D3", "D4", "E", "F", "I", "NPY", "PD", "UP"]
ignore = [
"D404",
"E402",
"E501",
"E703",
Expand Down

0 comments on commit 5b1498e

Please sign in to comment.