arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.64k stars 667 forks source link

Fix failing CI lint task #1107

Closed jadchaar closed 2 years ago

jadchaar commented 2 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Fix failing CI lint task due to flake8 plugin upgrades.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1107 (1e640c9) into master (c9cae9e) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1107   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         2281      2281           
  Branches       444       444           
=========================================
  Hits          2281      2281           
Impacted Files Coverage Δ
arrow/constants.py 100.00% <ø> (ø)
arrow/arrow.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 c9cae9e...1e640c9. Read the comment docs.