adamjstewart / fiscalyear

:calendar: Utilities for managing the fiscal calendar
MIT License
52 stars 13 forks source link

Make classes hashable #24

Closed pala1212 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (a3fd245) into master (84fa8bc) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head a3fd245 differs from pull request most recent head befbe2a. Consider uploading reports for the commit befbe2a to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          527       534    +7     
=========================================
+ Hits           527       534    +7     
Impacted Files Coverage Δ
fiscalyear.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 84fa8bc...befbe2a. Read the comment docs.

adamjstewart commented 2 years ago

Needs unit tests

adamjstewart commented 2 years ago

Can you run black . on the code?

pala1212 commented 2 years ago

Can you run black . on the code? Black does not fail for me....

(venv) gitpala@DESKTOP-8RRFQ6C:~/fiscalyear$ black --check . All done! ✨ 🍰 ✨ 4 files would be left unchanged. (venv) gitpala@DESKTOP-8RRFQ6C:~/fiscalyear$ black --version black, 21.12b0 (compiled: no)