Skip to content

Commit

Permalink
U
Browse files Browse the repository at this point in the history
  • Loading branch information
energinet-ajw committed Jan 9, 2025
1 parent 8637c91 commit 5e1d466
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-capacity-settlement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
with:
job_name: ${{ matrix.tests_filter_expression.name }}
operating_system: dh3-ubuntu-20.04-4core

# The path_static_checks parameter specifies the directory where static code analysis tools (such as linters or formatters) should be run.
path_static_checks: ./source/capacity_settlement

# documented here: https://github.com/Energinet-DataHub/opengeh-wholesale/tree/main/source/databricks#styling-and-formatting
ignore_errors_and_warning_flake8: E501,F401,E402,E203,W503
tests_folder_path: ./source/capacity_settlement/tests
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from application.execute_with_deps import execute_with_deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from .application.execute_with_deps import (
from application.execute_with_deps import (
execute_with_deps,
)

Expand Down

0 comments on commit 5e1d466

Please sign in to comment.