File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - id : rst-inline-touching-normal
2525 - id : text-unicode-replacement-char
2626 - repo : https://github.com/astral-sh/ruff-pre-commit
27- rev : v0.15.4
27+ rev : v0.15.9
2828 hooks :
2929 - id : ruff-check
3030 args : ["--fix", "--show-fixes"]
4242 - id : prettier
4343 args : ["--cache-location=.prettier_cache/cache"]
4444 - repo : https://github.com/pre-commit/mirrors-mypy
45- rev : v1.19.1
45+ rev : v1.20.0
4646 hooks :
4747 - id : mypy
4848 # Copied from setup.cfg
7676 - id : validate-pyproject
7777 additional_dependencies : ["validate-pyproject-schema-store[all]"]
7878 - repo : https://github.com/adhtruong/mirrors-typos
79- rev : v1.44 .0
79+ rev : v1.45 .0
8080 hooks :
8181 - id : typos
8282 - repo : https://github.com/zizmorcore/zizmor-pre-commit
Original file line number Diff line number Diff line change @@ -398,7 +398,8 @@ aso = "aso"
398398# Technical terms
399399nd = " nd"
400400nin = " nin"
401- nclusive = " nclusive" # part of "inclusive" in error messages
401+ nclusive = " nclusive" # part of "inclusive" in error messages
402+ writeable = " writeable"
402403
403404# Variable names
404405ba = " ba"
@@ -407,6 +408,7 @@ fo = "fo"
407408iy = " iy"
408409vart = " vart"
409410ede = " ede"
411+ WRITEABLE = " WRITEABLE"
410412
411413# Organization/Institution names
412414Stichting = " Stichting"
You can’t perform that action at this time.
0 commit comments