File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3.2 .0
3+ rev : v3.4 .0
44 hooks :
55 - id : check-merge-conflict
66 - id : debug-statements
77 - id : mixed-line-ending
88 - id : check-case-conflict
99 - id : check-yaml
1010 - repo : https://github.com/benjeffery/pre-commit-clang-format
11- rev : master
11+ rev : c21a74d089aaeb86c2c19df371c7e7bf40c07207
1212 hooks :
1313 - id : clang-format
1414 exclude : dev-tools|examples
1515 verbose : true
1616 - repo : https://github.com/asottile/reorder_python_imports
17- rev : v2.3.5
17+ rev : v2.3.6
1818 hooks :
1919 - id : reorder-python-imports
2020 args : [--application-directories=python,
2121 --unclassifiable-application-module=_tskit]
2222 - repo : https://github.com/asottile/pyupgrade
23- rev : v2.7.2
23+ rev : v2.7.4
2424 hooks :
2525 - id : pyupgrade
2626 args : [--py3-plus, --py36-plus]
@@ -33,13 +33,13 @@ repos:
3333 # loop that throws an error before black excludes it
3434 args : [python/tskit, python/setup.py, python/stress_lowlevel.py]
3535 - repo : https://gitlab.com/pycqa/flake8
36- rev : 3.8.3
36+ rev : 3.8.4
3737 hooks :
3838 - id : flake8
3939 args : [--config=python/.flake8]
4040 additional_dependencies : ["flake8-bugbear==20.1.4", "flake8-builtins==1.5.2"]
4141 - repo : https://github.com/asottile/blacken-docs
42- rev : v1.8.0
42+ rev : v1.9.1
4343 hooks :
4444 - id : blacken-docs
4545 args : [--skip-errors]
You can’t perform that action at this time.
0 commit comments