VirusTotal / vt-py

The official Python 3 client library for VirusTotal
https://virustotal.github.io/vt-py/
Apache License 2.0
531 stars 121 forks source link

gh issue-152: Format Python code using Black #158

Closed za closed 1 year ago

za commented 1 year ago
$ black .

as Black makes formatting standardize and (hopefully) it will increase the readability.

152