Skip to content

Conversation

@FlorianPfaff
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 5.76s
✅ JSON prettier 2 0 0 0 0.41s
✅ JSON v8r 2 0 0 2.82s
✅ MARKDOWN markdownlint 1 0 0 0 0.59s
✅ MARKDOWN markdown-table-formatter 1 0 0 0 0.24s
✅ PYTHON bandit 244 0 0 2.92s
✅ PYTHON black 244 1 0 0 4.78s
✅ PYTHON flake8 244 0 0 1.61s
✅ PYTHON isort 244 1 0 0 0.47s
✅ PYTHON mypy 244 0 0 3.81s
❌ PYTHON pylint 244 9 0 58.47s
✅ PYTHON ruff 244 1 0 0 0.03s
✅ REPOSITORY checkov yes no no 15.08s
✅ REPOSITORY gitleaks yes no no 2.1s
✅ REPOSITORY git_diff yes no no 0.0s
✅ REPOSITORY secretlint yes no no 3.24s
✅ REPOSITORY syft yes no no 1.42s
✅ REPOSITORY trivy-sbom yes no no 1.1s
✅ REPOSITORY trufflehog yes no no 10.74s
✅ YAML prettier 4 0 0 0 0.49s
✅ YAML v8r 4 0 0 4.53s
✅ YAML yamllint 4 0 0 0.38s

Detailed Issues

❌ PYTHON / pylint - 9 errors
************* Module pyrecest.tests.test_evaluation_eot
pyrecest/tests/test_evaluation_eot.py:15:12: W0612: Unused variable 'last_filter_states' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:16:12: W0612: Unused variable 'runtimes' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:17:12: W0612: Unused variable 'run_failed' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:18:12: W0612: Unused variable 'groundtruths' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:19:12: W0612: Unused variable 'measurements' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:20:12: W0612: Unused variable 'scenario_config' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:21:12: W0612: Unused variable 'filter_configs' (unused-variable)
pyrecest/tests/test_evaluation_eot.py:22:12: W0612: Unused variable 'evaluation_config' (unused-variable)
************* Module update_init_helper
update_init_helper.py:1:0: R0801: Similar lines in 2 files
==pyrecest.tests.test_evaluation_basic:[417:437]
==pyrecest.tests.test_evaluation_eot:[11:31]
        ]

        (
            last_filter_states,  # pylint: disable=R0801
            runtimes,  # pylint: disable=R0801
            run_failed,  # pylint: disable=R0801
            groundtruths,  # pylint: disable=R0801
            measurements,  # pylint: disable=R0801
            scenario_config,  # pylint: disable=R0801
            filter_configs,  # pylint: disable=R0801
            evaluation_config,  # pylint: disable=R0801
        ) = evaluate_for_simulation_config(
            self.scenario_name,
            filters_configs_input,
            n_runs=self.n_runs_default,
            n_timesteps=self.n_timesteps_default,
            initial_seed=1,
            auto_warning_on_off=False,
            save_folder=self.tmpdirname.name,
        ) (duplicate-code)

-----------------------------------
Your code has been rated at 9.99/10

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx [email protected] --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_RUFF,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 420c9bf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants