PyCQA / flake8-bugbear

A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
MIT License
1.06k stars 104 forks source link

(3.8) Remove outdated sys.version_info checks #375

Closed FozzieHi closed 1 year ago

FozzieHi commented 1 year ago

Tracking issue: #365

Removes outdated sys.version_info checks which we don't need with our minimum Python version of 3.8.1.