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 dd3dd96 commit 0a29fb3Copy full SHA for 0a29fb3
.pre-commit-config.yaml
@@ -8,19 +8,19 @@ default_language_version:
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
# Ruff version.
11
- rev: 'v0.3.5'
+ rev: 'v0.4.1'
12
hooks:
13
- id: ruff
14
- repo: https://github.com/psf/black
15
- rev: 24.3.0
+ rev: 24.4.0
16
17
- id: black
18
- repo: https://github.com/codespell-project/codespell
19
rev: v2.2.6
20
21
- id: codespell
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: v4.5.0
+ rev: v4.6.0
24
25
- id: check-yaml
26
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments