Skip to content

Fix suboptimal usage of the logging module #154

Fix suboptimal usage of the logging module

Fix suboptimal usage of the logging module #154

Triggered via pull request October 23, 2023 12:52
Status Success
Total duration 23s
Artifacts

lint.yml

on: pull_request
Run linters
11s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
dhnx/network.py#L153
Missing whitespace after ',' (E231)
dhnx/network.py#L159
Missing whitespace after ',' (E231)
dhnx/network.py#L190
Missing whitespace after ',' (E231)
dhnx/network.py#L195
Missing whitespace after ',' (E231)
dhnx/simulation.py#L43
Missing whitespace after ',' (E231)
dhnx/simulation.py#L273
Missing whitespace after ',' (E231)
examples/optimisation/precalculation/hydraulic_precalculation.py#L5
Missing whitespace after ',' (E231)
tests/helpers.py#L110
Missing whitespace after ',' (E231)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1, samuelmeuli/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/