From 5de204b791d46d2f68ad5948ec776725e7a0d1bc Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 25 Apr 2024 18:49:31 +0900 Subject: python/python3-flake8_annotations: Added (type annotation checks). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-flake8_annotations/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-flake8_annotations/README (limited to 'python/python3-flake8_annotations/README') diff --git a/python/python3-flake8_annotations/README b/python/python3-flake8_annotations/README new file mode 100644 index 0000000000..9f800ce3f7 --- /dev/null +++ b/python/python3-flake8_annotations/README @@ -0,0 +1,2 @@ +flake8-annotations is a plugin for Flake8 that detects the absence +of PEP 3107-style function annotations. -- cgit v1.2.3