Skip to content

Commit a9d179d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.8.6...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.16.1](pre-commit/mirrors-mypy@v1.14.1...v1.16.1) - [github.com/astral-sh/uv-pre-commit: 0.5.14 → 0.7.19](astral-sh/uv-pre-commit@0.5.14...0.7.19)
1 parent bd7e0a4 commit a9d179d

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.8.6
20+
rev: v0.12.2
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.14.1
30+
rev: v1.16.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.5.14
37+
rev: 0.7.19
3838
hooks:
3939
- id: pip-compile
4040
args: [pyproject.toml, -q, -o, requirements.txt]

0 commit comments

Comments
 (0)