Skip to content

Commit c4fae27

Browse files
committed
build: update pre-commit hooks
1 parent 2516e8d commit c4fae27

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: check-hooks-apply
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
27+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
2828
hooks:
2929
- id: check-merge-conflict
3030
- id: check-case-conflict
@@ -45,18 +45,18 @@ repos:
4545
args: [--autofix, --indent, '2']
4646

4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 5c70e3d884fdbe99af42f2714a444e39f321498d # frozen: 0.29.2
48+
rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-workflows
5252

5353
- repo: https://github.com/tox-dev/pyproject-fmt
54-
rev: 605ba23143facfe85233309cc9826b5b3d0fc528 # frozen: 2.2.1
54+
rev: 6b2f3b33754de7a442043dc312fc5a0e473086d2 # frozen: v2.5.0
5555
hooks:
5656
- id: pyproject-fmt
5757

5858
- repo: https://github.com/executablebooks/mdformat
59-
rev: 08fba30538869a440b5059de90af03e3502e35fb # frozen: 0.7.17
59+
rev: 86542e37a3a40974eb812b16b076220fe9bb4278 # frozen: 0.7.18
6060
hooks:
6161
- id: mdformat
6262
args: [--number, --wrap=120, --ignore-missing-references]
@@ -80,14 +80,14 @@ repos:
8080
- ruff==0.6.1
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3
83+
rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3
8484
hooks:
8585
- id: ruff
8686
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
8787
- id: ruff-format
8888

8989
- repo: https://github.com/pre-commit/mirrors-mypy
90-
rev: d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
90+
rev: f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
9191
hooks:
9292
- id: mypy
9393
args: [--config-file=pyproject.toml]
@@ -104,7 +104,7 @@ repos:
104104
- id: sp-repo-review
105105

106106
- repo: https://github.com/crate-ci/typos
107-
rev: d460cbe687712dc14ede616b9eb7cdca08f6fdcd # frozen: typos-dict-v0.11.27
107+
rev: 1f45ba1bc5bf72a7cef6368fb404d276ab13820a # frozen: typos-dict-v0.11.35
108108
hooks:
109109
- id: typos
110110
args: [--force-exclude]
@@ -116,7 +116,7 @@ repos:
116116
- id: licensecheck
117117

118118
- repo: https://github.com/compilerla/conventional-pre-commit
119-
rev: 8dc49e5ea0cab89785161620aa22a26f263661ca # frozen: v3.4.0
119+
rev: 48af87c8983cb0f5ba7693448da007b731196715 # frozen: v3.6.0
120120
hooks:
121121
- id: conventional-pre-commit
122122
stages: [commit-msg]

src/re3data/_resources/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ For instance, a repository with an "updated" value of `""` led to `ConverterWarn
8787
fully adhere to the schema's expectations.
8888

8989
```xml
90-
<?xml version="1.0" encoding="utf-8"?>
91-
<size updated=""/>
92-
90+
<size updated="" />
9391
```
9492

9593
```console

0 commit comments

Comments
 (0)