Skip to content

Commit

Permalink
this works
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 27, 2024
1 parent eed70e3 commit a2c8342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cfdp-cli-udp/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def transaction_indication(
)
self.active_proxy_put_reqs.update(
{
transaction_indication_params.transaction_id: transaction_indication_params.originating_transaction_id
transaction_indication_params.transaction_id: transaction_indication_params.originating_transaction_id # noqa: E501
}
)

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ ignore = [
"N818", # Exception names should end in "Error", requires API change
"S101", # Use of assert, should be changed in the future
"ANN204", # Do not use return typing on __init__, __new__ and __call__ methods
"E111", # Recommended to be disabled when using the ruff formatter
"E114" # Recommended to be disabled when using the ruff formatter
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down

0 comments on commit a2c8342

Please sign in to comment.