Move concatenate preprocessor function to its own module#2766
Merged
Codacy Production / Codacy Static Code Analysis
required action
Jul 3, 2025 in 0s
3 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 19
- Added 3
Complexity increasing per file
==============================
- esmvalcore/preprocessor/_io.py 2
- esmvalcore/preprocessor/_concatenate.py 4
See the complete overview on Codacy
Annotations
Check notice on line 68 in esmvalcore/preprocessor/_concatenate.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_concatenate.py#L68
Function is missing a type annotation. (no-untyped-def)
Check notice on line 187 in esmvalcore/preprocessor/_concatenate.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_concatenate.py#L187
Using variable 'msg' before assignment (used-before-assignment)
Check notice on line 225 in esmvalcore/preprocessor/_concatenate.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_concatenate.py#L225
Returning Any from function declared to return "str". (no-any-return)
Loading