File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111 pass_filenames : false
1212
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v4.3 .0
14+ rev : v4.4 .0
1515 hooks :
1616 - id : trailing-whitespace
1717 args : [--markdown-linebreak-ext=md]
@@ -26,18 +26,18 @@ repos:
2626 args : [--pytest-test-first]
2727
2828 - repo : https://github.com/igorshubovych/markdownlint-cli
29- rev : v0.32.2
29+ rev : v0.33.0
3030 hooks :
3131 - id : markdownlint
3232 args : [--disable, MD013]
3333
3434 - repo : https://github.com/adrienverge/yamllint
35- rev : v1.28 .0
35+ rev : v1.29 .0
3636 hooks :
3737 - id : yamllint
3838
3939 - repo : https://github.com/python-jsonschema/check-jsonschema
40- rev : 0.19.2
40+ rev : 0.22.0
4141 hooks :
4242 - id : check-jsonschema
4343 name : Validate color map json files with json schema
@@ -46,18 +46,18 @@ repos:
4646 args : ["--schemafile", "style/colors/themes/validate.json"]
4747
4848 - repo : https://github.com/asottile/pyupgrade
49- rev : v3.2.2
49+ rev : v3.3.1
5050 hooks :
5151 - id : pyupgrade
5252 args : [--py37-plus]
5353
5454 - repo : https://github.com/psf/black
55- rev : 22.10 .0
55+ rev : 23.1 .0
5656 hooks :
5757 - id : black
5858
5959 - repo : https://github.com/asottile/blacken-docs
60- rev : v1.12.1
60+ rev : 1.13.0
6161 hooks :
6262 - id : blacken-docs
6363 additional_dependencies : [black]
@@ -68,12 +68,12 @@ repos:
6868 - id : absolufy-imports
6969
7070 - repo : https://github.com/PyCQA/isort
71- rev : 5.10.1
71+ rev : 5.12.0
7272 hooks :
7373 - id : isort
7474
7575 - repo : https://github.com/PyCQA/flake8
76- rev : 5 .0.4
76+ rev : 6 .0.0
7777 hooks :
7878 - id : flake8
7979 additional_dependencies : &flake8_dependencies
9797 additional_dependencies : *flake8_dependencies
9898
9999 - repo : https://github.com/pre-commit/pygrep-hooks
100- rev : v1.9 .0
100+ rev : v1.10 .0
101101 hooks :
102102 - id : rst-backticks
103103 - id : rst-directive-colons
You can’t perform that action at this time.
0 commit comments