We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a16fd commit e3d815cCopy full SHA for e3d815c
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
# vim: set nospell:
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
- id: trailing-whitespace
9
args: [--markdown-linebreak-ext=md]
@@ -13,12 +13,12 @@ repos:
13
- id: check-added-large-files
14
- id: debug-statements
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.3.3
+ rev: v0.5.7
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
exclude: docs\/.*
21
- repo: https://github.com/psf/black
22
- rev: "24.3.0"
+ rev: "24.8.0"
23
24
- id: black
0 commit comments