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 4efba99 commit 045e44aCopy full SHA for 045e44a
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: version
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.2.0 # Use the ref you want to point at
+ rev: v6.0.0 # Use the ref you want to point at
6
hooks:
7
- id: trailing-whitespace
8
name: (Common) Remove trailing whitespaces
@@ -25,8 +25,8 @@ repos:
25
args: ["-i"]
26
additional_dependencies: ["clang-format==12.0.1"]
27
28
-- repo: https://github.com/psf/black
29
- rev: 22.8.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.11.0
30
31
- id: black
32
language_version: python
0 commit comments