aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.7k stars 581 forks source link

Upgrade syntax for supported Python versions #394

Closed hugovk closed 3 years ago

hugovk commented 3 years ago

Repo: https://github.com/aquasecurity/kube-hunter

The minimum version supported is Python 3.6, meaning the code can be upgraded to make use of newer syntax, and best of all: f-strings!

There's some other updates possible too, such as merged exceptions, simplifying super and class definitions for objects.