We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcc34e commit bde6bbdCopy full SHA for bde6bbd
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.12
+ rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
4
hooks:
5
- id: ruff-check
6
args:
7
- --fix
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v6.0.0
+ rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
10
11
- id: check-added-large-files
12
- id: check-docstring-first
0 commit comments