We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc28f7 commit dc11709Copy full SHA for dc11709
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
# --config, ./pyproject.toml
27
28
- repo: https://github.com/psf/black
29
- rev: 24.4.2
+ rev: 24.8.0
30
hooks:
31
- id: black
32
language_version: python3
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
# Ruff version.
36
- rev: v0.5.0
+ rev: v0.6.8
37
38
- id: ruff
39
args: [--fix, --exit-non-zero-on-fix]
0 commit comments