Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent f56f8d6 commit 0ff3114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qrules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ def check_pure_edge_rules() -> None:
edge_check_result = _check_violations(
initial_facts[0],
node_rules={},
edge_rules=dict.fromkeys(topology.incoming_edge_ids | topology.outgoing_edge_ids, pure_edge_rules),
edge_rules=dict.fromkeys(
topology.incoming_edge_ids | topology.outgoing_edge_ids, pure_edge_rules
),
)

if edge_check_result.violated_edge_rules:
Expand Down

0 comments on commit 0ff3114

Please sign in to comment.