jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

Fixes for CI with new black release #142

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

Updates black used in pre-comit to the latest version and fixes the files based on the new rules introduced there.

codecov[bot] commented 2 years ago

Codecov Report

Merging #142 (5303b2d) into master (be9fd0e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files          13       13           
  Lines        3330     3330           
=======================================
  Hits         3316     3316           
  Misses         14       14           
Flag Coverage Δ
py3.10 99.57% <100.00%> (ø)
py3.6 99.57% <100.00%> (ø)
py3.7 99.57% <100.00%> (ø)
py3.8 99.54% <100.00%> (ø)
py3.9 99.54% <100.00%> (ø)
ubuntu 98.31% <100.00%> (ø)
windows 99.57% <100.00%> (ø)
x64 99.57% <100.00%> (ø)
x86 99.57% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pypsrp/serializer.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 be9fd0e...5303b2d. Read the comment docs.