Skip to content

Commit aeef5a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#481)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/astral-sh/uv-pre-commit: 0.4.30 → 0.5.14](astral-sh/uv-pre-commit@0.4.30...0.5.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fad1f02 commit aeef5a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
# Linting, sorting and formatting
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.7.2
20+
rev: v0.8.6
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -27,14 +27,14 @@ repos:
2727
# Remember to change versions in .azure-pipelines/azure-pipelines.yml to match
2828
# the versions here.
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.13.0
30+
rev: v1.14.1
3131
hooks:
3232
- id: mypy
3333
files: 'dials_data/.*\.py$'
3434
additional_dependencies: ['types-PyYAML==6.0.12', 'types-requests==2.31.0']
3535

3636
- repo: https://github.com/astral-sh/uv-pre-commit
37-
rev: 0.4.30
37+
rev: 0.5.14
3838
hooks:
3939
- id: pip-compile
4040
args: [pyproject.toml, -q, -o, requirements.txt]

0 commit comments

Comments
 (0)