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 f82f93b commit ce1ec2dCopy full SHA for ce1ec2d
.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.4.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: 23.9.1
+ 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.0.287
+ rev: v0.9.1
37
38
- id: ruff
39
args: [--fix, --exit-non-zero-on-fix]
0 commit comments