File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
{{cookiecutter.repo_name}} Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fail_fast: false
33exclude : " {{cookiecutter.repo_name}}"
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v4.5 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
1515 - id : mixed-line-ending
1616
1717 - repo : https://github.com/pre-commit/mirrors-prettier
18- rev : v3.0.0
18+ rev : v3.0.3
1919 hooks :
2020 - id : prettier
2121 args : [--print-width=88, --tab-width=4]
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ reqs-update = "pip-compile {args:} --upgrade --generate-hashes --output-file req
7171[tool .hatch .envs .lint ]
7272dependencies = [
7373 " mypy>=1.0.0" ,
74- " ruff> =0.0.243 "
74+ " ruff~ =0.1.3 "
7575]
7676detached = true
7777
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fail_fast: false
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v4.5 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
@@ -15,13 +15,13 @@ repos:
1515 - id : mixed-line-ending
1616
1717 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
18- rev : v2.10 .0
18+ rev : v2.11 .0
1919 hooks :
2020 - id : pretty-format-toml
2121 args : [--autofix]
2222
2323 - repo : https://github.com/pre-commit/mirrors-prettier
24- rev : v3.0.0
24+ rev : v3.0.3
2525 hooks :
2626 - id : prettier
2727 args : [--print-width=88, --tab-width=4]
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ reqs-update = "pip-compile {args:} --upgrade --generate-hashes --output-file req
116116[tool .hatch .envs .lint ]
117117dependencies = [
118118 " mypy>=1.0.0" ,
119- " ruff> =0.0.243 "
119+ " ruff~ =0.1.3 "
120120]
121121detached = true
122122
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fail_fast: false
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v4.5 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
@@ -15,13 +15,13 @@ repos:
1515 - id : mixed-line-ending
1616
1717 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
18- rev : v2.10 .0
18+ rev : v2.11 .0
1919 hooks :
2020 - id : pretty-format-toml
2121 args : [--autofix]
2222
2323 - repo : https://github.com/pre-commit/mirrors-prettier
24- rev : v3.0.0
24+ rev : v3.0.3
2525 hooks :
2626 - id : prettier
2727 args : [--print-width=88, --tab-width=4]
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ reqs-update = "pip-compile {args:} --upgrade --generate-hashes --output-file req
118118[tool .hatch .envs .lint ]
119119dependencies = [
120120 " mypy>=1.0.0" ,
121- " ruff> =0.0.243 "
121+ " ruff~ =0.1.3 "
122122]
123123detached = true
124124
You can’t perform that action at this time.
0 commit comments