MartinThoma / flake8-simplify

❄ A flake8 plugin that helps you to simplify code
MIT License
185 stars 19 forks source link

Usage of deprecated ast nodes #190

Open kasium opened 8 months ago

kasium commented 8 months ago

ast.Str, ast.Num, ast.NameConstant and some others are deprecated and will be removed in python 3.14

https://github.com/MartinThoma/flake8-simplify/blob/4f1b89f74feb8032f82c1e1eb1f2f77dd7005d96/flake8_simplify/constants.py#L4