Skip to content

Commit 2af809c

Browse files
[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.8.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.6...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2) - [github.com/astral-sh/uv-pre-commit: 0.5.14 → 0.8.23](astral-sh/uv-pre-commit@0.5.14...0.8.23)
1 parent 8de9e96 commit 2af809c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66
# Syntax validation and some basic sanity checks
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-merge-conflict
1111
- id: check-ast
@@ -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.13.3
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.18.2
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.8.23
3838
hooks:
3939
- id: pip-compile
4040
args: [pyproject.toml, -q, -o, requirements.txt]

0 commit comments

Comments
 (0)