commit | e884f12c7a172641640d6f9d5cfb13374ccd9a3a | [log] [tgz] |
---|---|---|
author | ricolin <rlin@vexxhost.com> | Fri Nov 01 16:28:13 2024 +0800 |
committer | ricolin <rlin@vexxhost.com> | Wed Nov 13 13:23:51 2024 +0800 |
tree | 9b743bd2c31e041726b9f2d6d8b70d71e3413596 | |
parent | d016f3ea79fb5175246da749358df81d40537e4e [diff] [blame] |
Add pre-commit
diff --git a/setup.py b/setup.py index 0346ed3..673123b 100755 --- a/setup.py +++ b/setup.py
@@ -12,8 +12,9 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. - # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT +from __future__ import annotations + import setuptools setuptools.setup(setup_requires=["pbr"], pbr=True)