projects
/
chloro.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update for jquery 3.5
[chloro.git]
/
.pre-commit-config.yaml
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/psf/black
5
rev: 20.8b1
6
hooks:
7
- id: black
8
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']