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.
2 parents b37100c + e5f7ab6 commit ef6bda4Copy full SHA for ef6bda4
1 file changed
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.1.1
+ rev: 24.4.2
4
hooks:
5
- id: black
6
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.2.1
+ rev: v0.4.8
9
10
- id: ruff
11
args: [--fix]
@@ -16,7 +16,7 @@ repos:
16
- id: alex
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.5.0
+ rev: v4.6.0
20
21
- id: trailing-whitespace
22
- id: check-merge-conflict
0 commit comments