We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc11709 commit 3e0b795Copy full SHA for 3e0b795
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
2
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: trailing-whitespace
8
- id: check-added-large-files
@@ -26,14 +26,14 @@ repos:
26
# --config, ./pyproject.toml
27
28
- repo: https://github.com/psf/black
29
- rev: 24.8.0
+ rev: 24.10.0
30
31
- id: black
32
language_version: python3
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
# Ruff version.
36
- rev: v0.6.8
+ rev: v0.8.1
37
38
- id: ruff
39
args: [--fix, --exit-non-zero-on-fix]
0 commit comments