Skip to content

Commit 6ad8431

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → c60c980e561ed3e73101667fe8365c609d19a438](astral-sh/ruff-pre-commit@5ba58ac...c60c980) - [github.com/pre-commit/mirrors-mypy: a66e98df7b4aeeb3724184b332785976d062b92e → 8e5c80792e2ec0c87804d8ef915bf35e2caea6da](pre-commit/mirrors-mypy@a66e98d...8e5c807) - [github.com/rhysd/actionlint: 0933c147c9d6587653d45fdcb4c497c57a65f9af → 914e7df21a07ef503a81201c76d2b11c789d3fca](rhysd/actionlint@0933c14...914e7df) - [github.com/MarcoGorelli/cython-lint: d9ff7ce99ef4f2ae8fba93079ca9d76c4651d4ac → 7c6152f6c8f9087684ff2e09a9227941e233bafb](MarcoGorelli/cython-lint@d9ff7ce...7c6152f)
1 parent b57a674 commit 6ad8431

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
@@ -15,7 +15,7 @@ ci:
1515
# pre-commit autoupdate --freeze
1616
repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
18+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
1919
hooks:
2020
- id: ruff-check
2121
args: [--fix, --show-fixes]
@@ -76,22 +76,22 @@ repos:
7676
- id: rst-inline-touching-normal
7777

7878
- repo: https://github.com/pre-commit/mirrors-mypy
79-
rev: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
79+
rev: 8e5c80792e2ec0c87804d8ef915bf35e2caea6da # frozen: v1.20.0
8080
hooks:
8181
- id: mypy
8282
name: mypy-pathfinder
8383
files: ^cuda_pathfinder/cuda/.*\.py$ # Exclude tests directory
8484
args: [--config-file=cuda_pathfinder/pyproject.toml]
8585

8686
- repo: https://github.com/rhysd/actionlint
87-
rev: "0933c147c9d6587653d45fdcb4c497c57a65f9af" # frozen: v1.7.10
87+
rev: "914e7df21a07ef503a81201c76d2b11c789d3fca" # frozen: v1.7.12
8888
hooks:
8989
- id: actionlint
9090
args: ["-shellcheck="]
9191
exclude: ^\.github/workflows/coverage.yml$
9292

9393
- repo: https://github.com/MarcoGorelli/cython-lint
94-
rev: "d9ff7ce99ef4f2ae8fba93079ca9d76c4651d4ac" # frozen: v0.18.0
94+
rev: "7c6152f6c8f9087684ff2e09a9227941e233bafb" # frozen: v0.19.0
9595
hooks:
9696
- id: cython-lint
9797
args: [--no-pycodestyle]

0 commit comments

Comments
 (0)