Skip to content

Commit d73ad70

Browse files
authored
build: update pre-commit hooks (#211)
1 parent ab28bca commit d73ad70

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--autofix, --indent, '2']
4646

4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4
48+
rev: cb3c2be894b151dff143b1baf6acbd55f2b7faed # frozen: 0.30.0
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-workflows
@@ -56,7 +56,7 @@ repos:
5656
- id: pyproject-fmt
5757

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

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3
83+
rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
8484
hooks:
8585
- id: ruff
8686
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
@@ -105,7 +105,7 @@ repos:
105105
- id: sp-repo-review
106106

107107
- repo: https://github.com/crate-ci/typos
108-
rev: 1f45ba1bc5bf72a7cef6368fb404d276ab13820a # frozen: typos-dict-v0.11.35
108+
rev: 1ea1ce4bc91a240102189742ddac7480304b52b1 # frozen: typos-dict-v0.11.37
109109
hooks:
110110
- id: typos
111111
args: [--force-exclude]

docs/src/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ python -m pip install .
114114

115115
`python-re3data` requires the following dependencies:
116116

117-
| Package | Version | Description |
118-
| ----------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------- |
119-
| [httpx](https://github.com/encode/httpx) | >= 0.27 | A modern and efficient HTTP client library, handles all API interactions. |
120-
| [xsdata](https://github.com/tefra/xsdata) | >= 24.5 | A powerful tool for generating Python dataclasses from XML schemas, simplifies processing of API responses. |
117+
| Package | Version | Description |
118+
| ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- |
119+
| [httpx](https://github.com/encode/httpx) | >= 0.27 | A modern and efficient HTTP client library, handles all API interactions. |
120+
| [xsdata](https://github.com/tefra/xsdata) | >= 24.5 | A powerful tool for generating Python dataclasses from XML schemas, simplifies processing of API responses. |
121121

122122
### Optional dependencies
123123

0 commit comments

Comments
 (0)