From ad2951260b491fbe9f4b45cdd94bbdeec20962fe Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 30 Dec 2021 14:45:46 -0500 Subject: Added pyupgrade and flake8-bugbear to pre-commit config (#432) Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6068493..a03590f 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from setuptools import setup setup() -- cgit v1.2.1