sarj-python-lint 0.80.3__tar.gz → 0.80.4__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.80.3 → sarj_python_lint-0.80.4}/PKG-INFO +2 -2
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/pyproject.toml +3 -3
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/_ratchet_cli.py +7 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/.gitignore +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/LICENSE +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/README.md +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/__init__.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/__main__.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/_analysis_session.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/_filesystem.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/_secret_names.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/_version.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/py.typed +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/ratchet.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rule_base.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/__init__.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_ast_index.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_comments.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_docstrings.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_fastapi.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_first_party.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_imports.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_logging.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_paths.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_project_index.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_prose_budget.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_pytest.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_registry.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_sql.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_suppression_comments.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_test_assertions.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/defect_xfail_requires_explicit_strict.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/docstring_args_restate_signature.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/docstring_returns_restate_signature.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/fakes_in_shared_location.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/fastapi_explicit_openapi_contract.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/iac_source_coupled_test.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/invalid_pydantic_field_default.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/mock_without_spec.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/negative_only_http_status_assertion.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_analytical_aggregation_in_postgres_store.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_comment_cruft.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_conftest_test_module_import.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_copied_inherited_docstring.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_cors_wildcard_with_credentials.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_duplicate_dunder_all_entry.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_fastapi_on_event.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_file_level_escape_hatch_suppression.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_first_party_private_import.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_frozen_after_validator_field_write.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_generic_single_export_module.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_hidden_constructor_fallback.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_isinstance_union_chain.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_long_comment.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_nested_pydantic_field_validator.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_offset_pagination.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_optional_tenant_predicate.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_query_with_many_joins.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_random_uuid_in_sql.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_raw_connection_in_tests.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_redundant_literal_description.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_repeated_string_literal.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_repeated_test_body.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_restated_comment.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_secret_in_log.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_select_star.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_sentinel_return_on_except.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_stdlib_logging.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_string_concat_in_loop.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_tautological_expect.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_typed_doc_sections.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_unique_violation_message_match.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_unnecessary_docstring.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_vague_suppression_description.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/opaque_parametrize_case_needs_id.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/over_mocked_test.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/phase_label_comment.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_class_row.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_collection_comprehension.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_constant_time_secret_compare.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_fstring_over_concat.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_immutable_module_constant.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_library_fake.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_match_assert_never.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_match_type_dispatch.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_module_level_constant.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_namedtuple_over_tuple_return.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_nominal_id_types.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_non_nullable_collection.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_one_for_required_row.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_or_pattern.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_self_documenting_constant.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_self_type_annotation.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_set_isdisjoint.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_str_enum.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_struct_over_namedtuple.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_timedelta_for_durations.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_walrus_awaited_none_guard.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_walrus_comprehension_filter.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_walrus_regex_match.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/prefer_walrus_stream_loop.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/preserve_declared_nominal_id.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/preserve_enum_types.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/production_derived_test_cases.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/pydantic_at_boundaries.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/pytest_fixture_returns_bare_tuple.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/redundant_class_docstring.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/redundant_docstring.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/redundant_module_docstring.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/repeated_kwarg_heavy_call_in_test.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/repeated_static_call_cases.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/require_keyword_only_swap_prone_params.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/require_nodecode_for_splitting_settings_field.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/require_port_for_service.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/require_pydantic_for_external_json.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/require_pydantic_ordinal_lower_bound.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/require_validated_row_factory.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/restated_test_docstring.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/source_coupled_test.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/sql_requires_injected_pool_owner.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/stepdown.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/store_get_delegates_to_bulk_read.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/store_insert_requires_on_conflict.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/timestamp_order_requires_tiebreaker.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/trailing_value_narration.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/trivially_true_assertion.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/uncontrolled_randomness_in_test.py +0 -0
- {sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/unused_mock_setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: sarj-python-lint
|
|
3
|
-
Version: 0.80.
|
|
3
|
+
Version: 0.80.4
|
|
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/
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
18
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
19
19
|
Requires-Python: >=3.14
|
|
20
|
-
Requires-Dist: ruff>=0.16.
|
|
20
|
+
Requires-Dist: ruff>=0.16.5
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
|
|
23
23
|
<!-- Generated by `code-standards maintain docs sync`; do not edit. -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sarj-python-lint"
|
|
3
|
-
version = "0.80.
|
|
3
|
+
version = "0.80.4"
|
|
4
4
|
description = "Custom Python lint rules — AST-based, pre-commit-friendly, hypermodern defaults"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "sarj-ai" }]
|
|
@@ -15,7 +15,7 @@ classifiers = [
|
|
|
15
15
|
"Programming Language :: Python :: 3.14",
|
|
16
16
|
"Topic :: Software Development :: Quality Assurance",
|
|
17
17
|
]
|
|
18
|
-
dependencies = ["ruff>=0.16.
|
|
18
|
+
dependencies = ["ruff>=0.16.5"]
|
|
19
19
|
|
|
20
20
|
[project.scripts]
|
|
21
21
|
sarj-python-lint = "sarj_python_lint.__main__:main"
|
|
@@ -31,7 +31,7 @@ Issues = "https://github.com/sarj-ai/code-standards/issues"
|
|
|
31
31
|
[dependency-groups]
|
|
32
32
|
dev = [
|
|
33
33
|
"pytest>=9.1.1",
|
|
34
|
-
"ruff>=0.16.
|
|
34
|
+
"ruff>=0.16.5",
|
|
35
35
|
"basedpyright>=1.39.10",
|
|
36
36
|
]
|
|
37
37
|
|
|
@@ -155,6 +155,13 @@ def _ruff_selector_aliases() -> dict[str, str]:
|
|
|
155
155
|
raise TypeError(msg)
|
|
156
156
|
code = raw_item.get("code")
|
|
157
157
|
name = raw_item.get("name")
|
|
158
|
+
if code is None and isinstance(name, str):
|
|
159
|
+
# Ruff accepts the name as the stable selector until it allocates
|
|
160
|
+
# a code, so preserve that suppression identity rather than
|
|
161
|
+
# rejecting a valid Ruff directive.
|
|
162
|
+
canonical = name.lower()
|
|
163
|
+
aliases[canonical] = canonical
|
|
164
|
+
continue
|
|
158
165
|
if not isinstance(code, str) or not isinstance(name, str):
|
|
159
166
|
msg = "Ruff rule catalog entry lacks a string code or name"
|
|
160
167
|
raise TypeError(msg)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/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
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_ast_index.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_docstrings.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_first_party.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/_project_index.py
RENAMED
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/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.80.3 → sarj_python_lint-0.80.4}/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
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/mock_without_spec.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/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
|
|
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.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_long_comment.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
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_secret_in_log.py
RENAMED
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_select_star.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/no_stdlib_logging.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
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/over_mocked_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/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
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/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.80.3 → sarj_python_lint-0.80.4}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarj_python_lint-0.80.3 → sarj_python_lint-0.80.4}/src/sarj_python_lint/rules/unused_mock_setup.py
RENAMED
|
File without changes
|