allow generate_data logger parameter to overwrite locally defined loggers #1047
Annotations
1 error and 8 warnings
pylint
Process completed with exit code 4.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pylint:
src/instructlab/sdg/generate_data.py#L322
W0603: Using the global statement (global-statement)
|
pylint:
src/instructlab/sdg/datamixing.py#L744
W0603: Using the global statement (global-statement)
|
pylint:
src/instructlab/sdg/pipeline.py#L145
W0603: Using the global statement (global-statement)
|
pylint:
src/instructlab/sdg/utils/taxonomy.py#L375
W0621: Redefining name 'logger' from outer scope (line 33) (redefined-outer-name)
|
pylint:
src/instructlab/sdg/utils/taxonomy.py#L375
W0613: Unused argument 'logger' (unused-argument)
|
pylint:
src/instructlab/sdg/utils/taxonomy.py#L466
W0621: Redefining name 'logger' from outer scope (line 33) (redefined-outer-name)
|
pylint:
src/instructlab/sdg/utils/taxonomy.py#L466
W0613: Unused argument 'logger' (unused-argument)
|
Loading