Closed peymanslh closed 1 year ago
Merging #598 (7cd1292) into master (961549d) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #598 +/- ##
=======================================
Coverage 95.58% 95.58%
=======================================
Files 74 74
Lines 3194 3194
Branches 359 359
=======================================
Hits 3053 3053
Misses 112 112
Partials 29 29
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Fix failing of pre-commit ci
Description
I think the failure was because of an issue in
isort
https://github.com/PyCQA/isort/pull/2078 So I upgrade it to5.12.0
I also upgraded the flake8 to6.0.0