File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ repos:
4747 exclude : CHANGELOG.md
4848
4949 - repo : https://github.com/JoC0de/pre-commit-prettier
50- rev : v3.7.4
50+ rev : v3.8.1
5151 hooks :
5252 - id : prettier
5353 files : \.(json|yml|yaml|toml)
5454 # https://prettier.io/docs/en/options.html#print-width
5555 args : ["--print-width=120"]
5656
5757 - repo : https://github.com/astral-sh/ruff-pre-commit
58- rev : v0.14.10
58+ rev : v0.14.14
5959 hooks :
6060 - id : ruff
6161 args : ["--fix"]
@@ -68,11 +68,11 @@ repos:
6868 - id : sphinx-lint
6969
7070 - repo : https://github.com/tox-dev/pyproject-fmt
71- rev : v2.11 .1
71+ rev : v2.12 .1
7272 hooks :
7373 - id : pyproject-fmt
7474 additional_dependencies : [tox]
7575 - repo : https://github.com/abravalheri/validate-pyproject
76- rev : v0.24.1
76+ rev : v0.25
7777 hooks :
7878 - id : validate-pyproject
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ exclude_lines = [
141141 " pragma: no cover" ,
142142 " pass" ,
143143]
144+
144145# [tool.coverage.run]
145146# parallel = true
146147# concurrency = ['thread']
You can’t perform that action at this time.
0 commit comments