We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6979d commit 7a18806Copy full SHA for 7a18806
1 file changed
.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: trailing-whitespace
9
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
24
args: [--prose-wrap=preserve]
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 # frozen: v0.12.7
+ rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
28
29
- id: ruff
30
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments