We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
float
1 parent f19f62c commit 81a68c9Copy full SHA for 81a68c9
1 file changed
pre_commit_hooks/util.py
@@ -17,7 +17,6 @@
17
"integer": int,
18
"array": list,
19
"data": None, # TODO: How to represent this?
20
- "float": float,
21
"real": float,
22
"date": datetime,
23
}
0 commit comments