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 545d611 + 09e995e commit b37100cCopy full SHA for b37100c
1 file changed
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.7.0
+ rev: 24.1.1
4
hooks:
5
- id: black
6
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.0.280
+ rev: v0.2.1
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.4.0
+ rev: v4.5.0
20
21
- id: trailing-whitespace
22
- id: check-merge-conflict
0 commit comments