Skip to content

Commit a2dad20

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/astral-sh/uv-pre-commit: 0.5.14 → 0.6.12](astral-sh/uv-pre-commit@0.5.14...0.6.12)
1 parent ef134e7 commit a2dad20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.11.4
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.15.0
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.6.12
3838
hooks:
3939
- id: pip-compile
4040
args: [pyproject.toml, -q, -o, requirements.txt]

0 commit comments

Comments
 (0)