Files
pre-commit-hooks/pre_commit_hooks
Ben Webber 35996b7a25 Add check to enforce literal syntax for Python builtin types
This check requires authors to initialize empty or zero builtin types
using the literal syntax (e.g., `{}` instead of `dict()`).

Authors may ignore this requirement for certain builtins using the
`--ignore` option.

Authors may also forbid calling `dict()` with keyword arguments
(`dict(a=1, b=2)`) using the `--no-allow-dict-kwargs` flag.
2017-11-26 00:46:03 +00:00
..
2014-03-13 08:41:35 -07:00
2017-03-12 18:01:29 -07:00
2017-07-12 18:58:30 -07:00
2017-03-12 18:01:29 -07:00
2017-03-12 18:01:29 -07:00
2017-10-18 14:46:38 -07:00
2017-03-12 18:01:29 -07:00
2017-03-12 18:01:29 -07:00
2017-03-12 18:01:29 -07:00
2017-03-12 18:01:29 -07:00