Closed tdenewiler closed 1 year ago
Fixes #466
Merging #469 (3ccbf66) into main (c1fd7ee) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #469 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 58 58
Lines 3330 3330
=========================================
Hits 3330 3330
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
When running pytest a warning was given about this. The max-line-length was being set in the pytest section of our configuration (tox.ini). Moving it to the flake8 section fixes the warning and makes more sense logically.