File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55exclude : ^(secrets/|data/)
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.3 .0
8+ rev : v4.4 .0
99 hooks :
1010 - id : trailing-whitespace
1111 - id : end-of-file-fixer
@@ -16,13 +16,13 @@ repos:
1616 args : ['--autofix', '--indent=2', '--no-sort-keys']
1717
1818 - repo : https://github.com/psf/black
19- rev : 22.6 .0
19+ rev : 23.3 .0
2020 hooks :
2121 - id : black
2222 args : ['--line-length', '100', '--skip-string-normalization']
2323
2424 - repo : https://github.com/PyCQA/flake8
25- rev : 5 .0.4
25+ rev : 6 .0.0
2626 hooks :
2727 - id : flake8
2828
@@ -31,11 +31,11 @@ repos:
3131 hooks :
3232 - id : seed-isort-config
3333 - repo : https://github.com/PyCQA/isort
34- rev : 5.10.1
34+ rev : 5.12.0
3535 hooks :
3636 - id : isort
3737 - repo : https://github.com/pre-commit/mirrors-prettier
38- rev : ' v2.7.1 '
38+ rev : ' v3.0.0-alpha.6 '
3939 hooks :
4040 - id : prettier
4141 language_version : system
5050 |yaml|yml\
5151 )$"
5252 - repo : https://github.com/pre-commit/mirrors-prettier
53- rev : ' v2.7.1 '
53+ rev : ' v3.0.0-alpha.6 '
5454 hooks :
5555 - id : prettier
5656 name : prettier-markdown
You can’t perform that action at this time.
0 commit comments