Codebase list python-procrunner / e697aed
Update black pre-commit hook Markus Gerstel 3 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 # Automatic source code formatting
33 - repo: https://github.com/psf/black
4 rev: 19.10b0
4 rev: 20.8b1
55 hooks:
66 - id: black
77 args: [--safe, --quiet]
8 files: \.pyi?$|SConscript$|^libtbx_config$
9 types: [file]
108
119 # Syntax check and some basic flake8
1210 - repo: https://github.com/pre-commit/pre-commit-hooks