Skip to content

Commit 7168bfc

Browse files
[pre-commit.ci] pre-commit autoupdate (#3316)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) - [github.com/adhtruong/mirrors-typos: v1.34.0 → v1.35.3](adhtruong/mirrors-typos@v1.34.0...v1.35.3) - [github.com/astral-sh/uv-pre-commit: 0.8.4 → 0.8.8](astral-sh/uv-pre-commit@0.8.4...0.8.8) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f8a51b6 commit 7168bfc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.7
27+
rev: v0.12.8
2828
hooks:
2929
- id: ruff-check
3030
types: [file]
@@ -38,7 +38,7 @@ repos:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/adhtruong/mirrors-typos
41-
rev: v1.34.0
41+
rev: v1.35.3
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -73,7 +73,7 @@ repos:
7373
additional_dependencies: ["pyyaml"]
7474
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
7575
- repo: https://github.com/astral-sh/uv-pre-commit
76-
rev: 0.8.4
76+
rev: 0.8.8
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ requests==2.32.4
144144
# via sphinx
145145
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
146146
# via sphinx
147-
ruff==0.12.7
147+
ruff==0.12.8
148148
# via -r test-requirements.in
149149
sniffio==1.3.1
150150
# via -r test-requirements.in
@@ -205,7 +205,7 @@ typing-extensions==4.14.1
205205
# pyright
206206
urllib3==2.5.0
207207
# via requests
208-
uv==0.8.4
208+
uv==0.8.8
209209
# via -r test-requirements.in
210210
virtualenv==20.32.0
211211
# via pre-commit

0 commit comments

Comments
 (0)