diff options
| author | Henry Schreiner <HenrySchreinerIII@gmail.com> | 2021-12-30 14:45:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-30 21:45:46 +0200 |
| commit | ad2951260b491fbe9f4b45cdd94bbdeec20962fe (patch) | |
| tree | 0bf45e535b88265e91373e58f3c14896e4f860f9 /setup.py | |
| parent | 64009ede21bd77d24469830ac709361361aaaebe (diff) | |
| download | wheel-git-ad2951260b491fbe9f4b45cdd94bbdeec20962fe.tar.gz | |
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.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +from __future__ import annotations + from setuptools import setup setup() |
