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 a3f8c43 commit 1d0663dCopy full SHA for 1d0663d
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
-- repo: https://github.com/psf/black
3
- rev: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
4
hooks:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v5.0.0
+ rev: v6.0.0
9
10
- id: trailing-whitespace # This hook trims trailing whitespace.
11
- id: check-docstring-first # Checks a common error of defining a docstring after code.
@@ -34,7 +34,7 @@ repos:
34
35
- id: nbstripout
36
- repo: https://github.com/asottile/blacken-docs
37
- rev: 1.19.1
+ rev: 1.20.0
38
39
- id: blacken-docs
40
- repo: https://github.com/nbQA-dev/nbQA
0 commit comments