We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb1fa4 commit 1a573efCopy full SHA for 1a573ef
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
+ rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-ast
@@ -26,7 +26,7 @@ repos:
26
args: [--prose-wrap=preserve]
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 # frozen: v0.12.7
+ rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
30
31
- id: ruff
32
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments