Skip to content

Move concatenate preprocessor function to its own module#2766

Merged
schlunma merged 6 commits into
mainfrom
create-concatenate-module
Jul 4, 2025
Merged

Move concatenate preprocessor function to its own module#2766
schlunma merged 6 commits into
mainfrom
create-concatenate-module

Improve code quality

ed4e907
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 3, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/preprocessor/_concatenate.py#L225

Returning Any from function declared to return "str". (no-any-return)