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 00338cb commit 01ec65aCopy full SHA for 01ec65a
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
repos:
8
# Autoformat and linting, misc. details
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: forbid-new-submodules
13
- id: end-of-file-fixer
@@ -24,13 +24,13 @@ repos:
24
exclude: .bumpversion.cfg
25
26
# Autoformat: Python code
27
- - repo: https://github.com/psf/black
28
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
29
30
- id: black
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.12.2
+ rev: v0.13.3
34
35
- id: ruff
36
args: ['--fix']
0 commit comments