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 eade040 commit 9fcca72Copy full SHA for 9fcca72
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: isort
6
7
- repo: https://github.com/psf/black-pre-commit-mirror
8
- rev: 24.8.0
+ rev: 24.10.0
9
hooks:
10
- id: black
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v5.0.0
14
15
- id: check-case-conflict
16
- id: check-merge-conflict
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.6.8
+ rev: v0.6.9
23
24
- id: ruff
25
- id: ruff-format
0 commit comments