- 19 3月, 2018 3 次提交
-
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
Add an `--unsafe` option to `check-yaml`
-
由 Anthony Sottile 创作于
-
- 09 3月, 2018 2 次提交
-
-
由 Anthony Sottile 创作于
Ran pre-commit autoupdate.
-
由 Anthony Sottile 创作于
Committed via https://github.com/asottile/all-repos
-
- 28 2月, 2018 5 次提交
-
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
Don't add end-of-file newline while trimming whitespace
-
由 Anthony Sottile 创作于
-
- 24 2月, 2018 4 次提交
-
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
Don't pass filenames for no-commit-to-branch
-
由 Anthony Sottile 创作于
-
- 19 2月, 2018 3 次提交
-
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
Fix no-commit-to-branch when not on a branch
-
由 Anthony Sottile 创作于
-
- 01 2月, 2018 2 次提交
-
-
由 Anthony Sottile 创作于
Change ignored cache dir for pytest 3.4.0
-
由 Anthony Sottile 创作于
Committed via https://github.com/asottile/all-repos
-
- 26 1月, 2018 4 次提交
-
-
由 Anthony Sottile 创作于
Fix for issue #258
-
由 Pablo Vega 创作于
-
由 Pablo Vega 创作于
-
由 Pablo Vega 创作于
Adding a check to make sure either spaces or null values are not mistakenly added into the key variable
-
- 22 1月, 2018 1 次提交
-
-
由 Anthony Sottile 创作于
Replace deprecated yield_fixture with fixture
-
- 21 1月, 2018 1 次提交
-
-
由 Anthony Sottile 创作于
Committed via https://github.com/asottile/all-repos
-
- 14 1月, 2018 3 次提交
-
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
Update detect_private_key.py
-
由 nicain 创作于
-
- 11 12月, 2017 2 次提交
-
-
由 Anthony Sottile 创作于
Refactor/pretty format json
-
由 Anthony Sottile 创作于
-
- 10 12月, 2017 3 次提交
-
-
由 Calum Lind 创作于
The indent parameter for json should be integer and under Python2 is will raise an error if not. So switch from str to int and mention default value in help text.
-
由 Calum Lind 创作于
* The simplejson module is only needed for <=py25 so replace with builtin json. * Replace six dependecy for simple Py2 check for convertion to unicode. * Cleanup quotes.
-
由 Anthony Sottile 创作于
check-builtin-literals: Ignore function attribute calls
-
- 05 12月, 2017 1 次提交
-
-
由 Anthony Sottile 创作于
Resolves #252
-
- 01 12月, 2017 1 次提交
-
-
由 Ben Webber 创作于
-
- 30 11月, 2017 1 次提交
-
-
由 Ben Webber 创作于
-
- 26 11月, 2017 2 次提交
-
-
由 Anthony Sottile 创作于
Add check to enforce literal syntax for Python builtin types
-
由 Ben Webber 创作于
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.
-
- 21 10月, 2017 2 次提交
-
-
由 Anthony Sottile 创作于
git ls-files -z -- .coveragerc | xargs -0 sed -i '/ \*\/tmp\*/d'
-
由 Anthony Sottile 创作于
Committed via https://github.com/asottile/all-repos
-