aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

[pre-commit.ci] pre-commit autoupdate #122

Closed pre-commit-ci[bot] closed 2 years ago

pre-commit-ci[bot] commented 2 years ago

updates:

codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (2e640c0) into develop (cbda68d) will increase coverage by 1.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #122      +/-   ##
===========================================
+ Coverage    98.38%   99.52%   +1.13%     
===========================================
  Files            8        8              
  Lines         1675     1676       +1     
===========================================
+ Hits          1648     1668      +20     
+ Misses          27        8      -19     
Impacted Files Coverage Δ
disk_objectstore/container.py 99.39% <ø> (+0.48%) :arrow_up:
disk_objectstore/utils.py 99.60% <ø> (+2.97%) :arrow_up:
disk_objectstore/examples/example_objectstore.py 100.00% <100.00%> (ø)
disk_objectstore/examples/profile_zeros.py 100.00% <100.00%> (ø)

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 cbda68d...2e640c0. Read the comment docs.

giovannipizzi commented 2 years ago

@chrisjsewell I've added flynt and fixed by hand a few more things that couldn't be fixed automatically - so I think this can be now merged