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 0c322cc + 13e092c commit 2023eedCopy full SHA for 2023eed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-yaml
8
args: ['--unsafe']
@@ -14,12 +14,12 @@ repos:
14
- id: isort
15
name: isort (python)
16
- repo: https://github.com/psf/black
17
- rev: 24.3.0
+ rev: 25.1.0
18
19
- id: black
20
- repo: https://github.com/charliermarsh/ruff-pre-commit
21
# Ruff version.
22
- rev: "v0.3.5"
+ rev: "v0.12.1"
23
24
- id: ruff
25
- repo: local
0 commit comments