Skip to content

Commit 73d8d0a

Browse files
authored
Update pre commit (#11287)
* Update pre-commit hooks * Allow writeable and WRITEABLE
1 parent 93e0a54 commit 73d8d0a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
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"]
@@ -42,7 +42,7 @@ repos:
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
@@ -76,7 +76,7 @@ repos:
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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ aso = "aso"
398398
# Technical terms
399399
nd = "nd"
400400
nin = "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
404405
ba = "ba"
@@ -407,6 +408,7 @@ fo = "fo"
407408
iy = "iy"
408409
vart = "vart"
409410
ede = "ede"
411+
WRITEABLE = "WRITEABLE"
410412

411413
# Organization/Institution names
412414
Stichting = "Stichting"

0 commit comments

Comments
 (0)