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 453e1b2 + 0ae26ec commit 1774e88Copy full SHA for 1774e88
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: 'samples'
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-ast
@@ -16,7 +16,7 @@ repos:
16
files: requirements-dev.txt
17
18
- repo: https://github.com/psf/black
19
- rev: 24.8.0
+ rev: 24.10.0
20
21
- id: black
22
language_version: python3
@@ -51,12 +51,12 @@ repos:
51
- id: add-trailing-comma
52
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.6.3
+ rev: v0.6.9
55
56
- id: ruff
57
58
- repo: https://github.com/tox-dev/pyproject-fmt
59
- rev: 2.2.1
+ rev: 2.2.4
60
61
- id: pyproject-fmt
62
0 commit comments