yaml / pyyaml

Canonical source repository for PyYAML
MIT License
2.47k stars 507 forks source link

Follow pep8 guidelines around use of "not in" #782

Open alexmac opened 4 months ago

alexmac commented 4 months ago

Fixed a few instances of "not x in y" by replacing them with the pep8 favored "x not in y"