JuDFTteam / aiida-fleur

AiiDA plugin of the high-performance density functional theory code FLEUR (www.judft.de) for high-throughput electronic structure calculations.
https://aiida-fleur.readthedocs.io
Other
14 stars 7 forks source link

Add `pyupgrade` hook #158

Closed janssenhenning closed 2 years ago

janssenhenning commented 2 years ago

I added this to masci-tools a while ago and it is quite nice, since it only does the 'obvious' stuff, which would be done anyway but nobody wants to do the work

Configured for python 3.7+

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (6fe66a5) into develop (08c37af) will decrease coverage by 0.23%. The diff coverage is 40.84%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #158      +/-   ##
===========================================
- Coverage    55.33%   55.09%   -0.24%     
===========================================
  Files          118      118              
  Lines        13683    13597      -86     
===========================================
- Hits          7571     7491      -80     
+ Misses        6112     6106       -6     
Impacted Files Coverage Δ
aiida_fleur/__init__.py 100.00% <ø> (ø)
aiida_fleur/calculation/__init__.py 100.00% <ø> (ø)
aiida_fleur/cmdline/__init__.py 68.75% <ø> (ø)
aiida_fleur/cmdline/data/__init__.py 100.00% <ø> (ø)
aiida_fleur/cmdline/data/fleurinp.py 95.65% <ø> (-0.07%) :arrow_down:
aiida_fleur/cmdline/data/parameters.py 79.59% <ø> (ø)
aiida_fleur/cmdline/data/structure.py 100.00% <ø> (ø)
aiida_fleur/cmdline/launch/__init__.py 100.00% <ø> (ø)
aiida_fleur/cmdline/launch/launch.py 97.40% <ø> (ø)
aiida_fleur/cmdline/list/__init__.py 0.00% <ø> (ø)
... and 124 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08c37af...6fe66a5. Read the comment docs.