Skip to content

Commit 200e85e

Browse files
committed
lint
1 parent 0214aa4 commit 200e85e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# PLR2004 magic-value-comparison (unnamed numerical constants ("magic") values)
1414
# PLR6301 Method could be a function, class method, or static method
1515
# PLW0603 (checks for use of) global-statement
16+
# RUF067 `__init__` module should only contain docstrings and re-exports
1617
# S104 Possible binding to all interfaces
1718
# S107 hardcoded-password-default
1819
# S113 Probable use of `requests` call without timeout
@@ -25,6 +26,7 @@ lint.ignore = ["ANN001", "ANN201", "ANN202", "E501", "FA102", "N802", "N816", "P
2526
"tests/testsuite.py" = [ "PLC0415",]
2627
"src/actinia_cloudevent_plugin/resources/logging.py" = ["A005",]
2728
"src/actinia_cloudevent_plugin/resources/config.py" = ["PLR0912", "SIM102","S105"]
29+
"src/actinia_cloudevent_plugin/__init__.py" = ["RUF067",]
2830
"tests/integrationtests/test_cloudevent.py" = ["PLR2004",]
2931
"tests/cloudevent_receiver_server.py" = ["S104"]
3032
"tests/integrationtests/test_hook.py" = ["PLR2004",]

0 commit comments

Comments
 (0)