mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
769 stars 56 forks source link

fix: 🪛 Fix `requests` and `flake8` #127

Closed Anselmoo closed 1 year ago

Anselmoo commented 1 year ago
  1. fix: :wrench: Add pyproject.toml for requests; fixes: #123
  2. fix: :green_heart: Change repo for flake8; fixes #124

See also alternative solution #125

codecov-commenter commented 1 year ago

Codecov Report

Merging #127 (4483494) into main (d12e364) will decrease coverage by 0.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
- Coverage   93.76%   93.60%   -0.17%     
==========================================
  Files          21       21              
  Lines         625      625              
==========================================
- Hits          586      585       -1     
- Misses         39       40       +1     
Impacted Files Coverage Δ
itables/sample_dfs.py 98.76% <0.00%> (-1.24%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mwouts commented 1 year ago

Thank you @Anselmoo for the above, that's great! I had to add pathlib - sorry I still maintain backward compatibility for Py2 so I have merged #128 which is the same as this PR with one additional commit. Thank you for being a contributor to this project!