sarj-python-lint 0.84.1__tar.gz → 0.84.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/PKG-INFO +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/pyproject.toml +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/defect_xfail_requires_explicit_strict.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_offset_pagination.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_positional_psycopg_row_escape.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_psycopg_execution_outside_injected_owner.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_service_behavior_in_settings.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_tautological_expect.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_match_assert_never.py +2 -2
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_nodecode_for_splitting_settings_field.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/trailing_value_narration.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/uncontrolled_randomness_in_test.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/unused_mock_setup.py +1 -1
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/.gitignore +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/LICENSE +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/README.md +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/__init__.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/__main__.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_analysis_session.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_filesystem.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_python_target.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_ratchet_cli.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_secret_names.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_version.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/py.typed +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/ratchet.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rule_base.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/__init__.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_ast_index.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_comments.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_docstrings.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_fastapi.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_first_party.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_fixed_record.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_imports.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_logging.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_paths.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_project_index.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_prose_budget.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_pytest.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_registry.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_sql.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_suppression_comments.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_test_assertions.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/complex_postgres_query_requires_architecture_review.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/docstring_args_restate_signature.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/docstring_returns_restate_signature.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/excessive_commentary.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/fakes_in_shared_location.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/fastapi_class_router_contract.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/fastapi_explicit_openapi_contract.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/iac_source_coupled_test.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/invalid_pydantic_field_default.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/mock_without_spec.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/negative_only_http_status_assertion.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_analytical_aggregation_in_postgres_store.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_comment_cruft.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_conftest_test_module_import.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_copied_inherited_docstring.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_cors_wildcard_with_credentials.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_deleted_only_override_parameter.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_dunder_all.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_duplicate_dunder_all_entry.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_excessive_cognitive_complexity.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_fastapi_on_event.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_file_level_escape_hatch_suppression.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_first_party_private_import.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_frozen_after_validator_field_write.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_generic_single_export_module.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_hidden_constructor_fallback.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_invalid_argument_name_suppression.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_nested_pydantic_field_validator.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_random_uuid_in_sql.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_raw_connection_in_tests.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_raw_source_text_test_oracle.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_redundant_literal_description.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_redundant_module_alias_exports.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_repeated_string_literal.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_repeated_test_body.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_restated_comment.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_secret_in_log.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_select_star.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_string_concat_in_loop.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_typed_doc_sections.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_unique_violation_message_match.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_unnecessary_docstring.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_vague_annotations.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_vague_suppression_description.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_whole_request_response_payload_in_log.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/opaque_parametrize_case_needs_id.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/over_mocked_test.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/phase_label_comment.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_class_row.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_collection_comprehension.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_constant_time_secret_compare.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_fstring_over_concat.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_immutable_module_constant.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_injected_dependency_over_monkeypatch.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_library_fake.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_match_type_dispatch.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_match_value_dispatch.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_module_level_constant.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_monkeypatch_for_process_state_in_test.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_namedtuple_over_tuple_return.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_nominal_id_types.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_non_nullable_collection.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_or_pattern.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_self_documenting_constant.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_self_type_annotation.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_set_isdisjoint.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_str_enum.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_struct_over_namedtuple.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_walrus_awaited_none_guard.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_walrus_comprehension_filter.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_walrus_regex_match.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_walrus_stream_loop.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/production_derived_test_cases.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/pydantic_at_boundaries.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/pytest_fixture_returns_bare_tuple.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/redundant_class_docstring.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/redundant_docstring.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/redundant_module_docstring.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/repeated_kwarg_heavy_call_in_test.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/repeated_static_call_cases.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_keyword_only_swap_prone_params.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_port_for_service.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_pydantic_for_external_json.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_pydantic_for_structured_payload.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_pydantic_ordinal_lower_bound.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/require_typed_http_test_response.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/restated_test_docstring.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/stepdown.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/store_get_delegates_to_bulk_read.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/store_insert_requires_on_conflict.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/timestamp_order_requires_tiebreaker.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/typed_error_reasons.py +0 -0
- {sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/unused_test_factory_option.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: sarj-python-lint
|
|
3
|
-
Version: 0.84.
|
|
3
|
+
Version: 0.84.2
|
|
4
4
|
Summary: Custom Python lint rules — AST-based, pre-commit-friendly, hypermodern defaults
|
|
5
5
|
Project-URL: Homepage, https://code-standards.sarj.ai/rules/python/
|
|
6
6
|
Project-URL: Documentation, https://code-standards.sarj.ai/rules/python/
|
|
@@ -129,7 +129,7 @@ class DefectXfailRequiresExplicitStrict(Rule):
|
|
|
129
129
|
"fixed its XPASS may not fail the suite. Add literal `strict=True`; if only some "
|
|
130
130
|
"parameter cases fail, move the marker to those `pytest.param` cases first."
|
|
131
131
|
),
|
|
132
|
-
severity=Severity.
|
|
132
|
+
severity=Severity.ERROR,
|
|
133
133
|
)
|
|
134
134
|
for node in _rotting_bug_pins(tree, imports)
|
|
135
135
|
]
|
|
@@ -128,7 +128,7 @@ class NoOffsetPagination(Rule):
|
|
|
128
128
|
line=node.lineno,
|
|
129
129
|
col=node.col_offset + 1,
|
|
130
130
|
code=self.code,
|
|
131
|
-
severity=Severity.
|
|
131
|
+
severity=Severity.ERROR,
|
|
132
132
|
message=(
|
|
133
133
|
"Dynamic OFFSET pagination may scan skipped rows and drift under writes; use a stable unique "
|
|
134
134
|
"keyset cursor, or document why bounded/random page access requires OFFSET."
|
|
@@ -157,7 +157,7 @@ class NoPositionalPsycopgRowEscape(Rule):
|
|
|
157
157
|
line=cursor.call.lineno,
|
|
158
158
|
col=cursor.call.col_offset + 1,
|
|
159
159
|
code=self.code,
|
|
160
|
-
severity=Severity.
|
|
160
|
+
severity=Severity.ERROR,
|
|
161
161
|
message=(
|
|
162
162
|
"this positional Psycopg record escapes unchanged; return a named `class_row(Model)` "
|
|
163
163
|
"record, use `scalar_row` for a scalar, or transform the tuple locally"
|
|
@@ -148,7 +148,7 @@ class NoPsycopgExecutionOutsideInjectedOwner(Rule):
|
|
|
148
148
|
line=call.lineno,
|
|
149
149
|
col=call.col_offset + 1,
|
|
150
150
|
code=self.code,
|
|
151
|
-
severity=Severity.
|
|
151
|
+
severity=Severity.ERROR,
|
|
152
152
|
message=(
|
|
153
153
|
"Psycopg execution is outside a constructor-injected persistence owner; route it through the "
|
|
154
154
|
"owning store, repository, or transaction API"
|
|
@@ -141,7 +141,7 @@ class NoServiceBehaviorInSettings(Rule):
|
|
|
141
141
|
line=node.lineno,
|
|
142
142
|
col=node.col_offset + 1,
|
|
143
143
|
code=self.code,
|
|
144
|
-
severity=Severity.
|
|
144
|
+
severity=Severity.ERROR,
|
|
145
145
|
message=(
|
|
146
146
|
f"`{node.name}` is named as passive data but {methods} calls an injected collaborator — "
|
|
147
147
|
"move orchestration to a service/coordinator and keep settings or configuration data-only."
|
|
@@ -128,7 +128,7 @@ class PreferMatchAssertNever(Rule):
|
|
|
128
128
|
line=wildcard.pattern.lineno,
|
|
129
129
|
col=wildcard.pattern.col_offset + 1,
|
|
130
130
|
code=self.code,
|
|
131
|
-
severity=Severity.
|
|
131
|
+
severity=Severity.ERROR,
|
|
132
132
|
message=(
|
|
133
133
|
f"typed `{enum_name}` match has a no-op catch-all — an unhandled member "
|
|
134
134
|
"is silently ignored; bind it and call `assert_never`, or raise."
|
|
@@ -146,7 +146,7 @@ class PreferMatchAssertNever(Rule):
|
|
|
146
146
|
line=node.lineno,
|
|
147
147
|
col=node.col_offset + 1,
|
|
148
148
|
code=self.code,
|
|
149
|
-
severity=Severity.
|
|
149
|
+
severity=Severity.ERROR,
|
|
150
150
|
message=(
|
|
151
151
|
f"typed `{enum_name}` if/elif dispatch has a no-op `else` — an unhandled "
|
|
152
152
|
"member is silently ignored; prefer match/case with `assert_never`, or raise."
|
|
@@ -181,7 +181,7 @@ def _settings_split_findings(
|
|
|
181
181
|
line=field.annotation.lineno,
|
|
182
182
|
col=field.annotation.col_offset + 1,
|
|
183
183
|
code=code,
|
|
184
|
-
severity=Severity.
|
|
184
|
+
severity=Severity.ERROR,
|
|
185
185
|
message=(
|
|
186
186
|
f"Complex setting `{field_name}` is unconditionally split by `{function.name}` but "
|
|
187
187
|
"environment sources may JSON-decode it first; if the input contract is raw text, "
|
|
@@ -234,7 +234,7 @@ class TrailingValueNarration(Rule):
|
|
|
234
234
|
f"Trailing numeric-unit label {body.strip()!r} can drift; encode or reconcile the "
|
|
235
235
|
"unit in the assigned name or value type, then remove the comment."
|
|
236
236
|
),
|
|
237
|
-
severity=Severity.
|
|
237
|
+
severity=Severity.ERROR,
|
|
238
238
|
column_encoding=ColumnEncoding.CODEPOINTS,
|
|
239
239
|
)
|
|
240
240
|
)
|
|
@@ -479,7 +479,7 @@ def _test_randomness_findings(
|
|
|
479
479
|
line=call.lineno,
|
|
480
480
|
col=call.col_offset + 1,
|
|
481
481
|
code=code,
|
|
482
|
-
severity=Severity.
|
|
482
|
+
severity=Severity.ERROR,
|
|
483
483
|
message=(
|
|
484
484
|
"a standard-library PRNG sample runs in a potentially repeated test region without a "
|
|
485
485
|
"dominating deterministic seed; use an isolated `random.Random(seed)`, inject a "
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/_analysis_session.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_ast_index.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_docstrings.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_first_party.py
RENAMED
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_fixed_record.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_project_index.py
RENAMED
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_prose_budget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/_test_assertions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/mock_without_spec.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_comment_cruft.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_dunder_all.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_secret_in_log.py
RENAMED
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/no_select_star.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/over_mocked_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_class_row.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_or_pattern.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.84.1 → sarj_python_lint-0.84.2}/src/sarj_python_lint/rules/prefer_str_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|