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 dd577cf commit a33485eCopy full SHA for a33485e
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace # Trim trailing whitespace at the end of lines.
6
- id: end-of-file-fixer # Make sure files end in a newline and only a newline.
@@ -19,7 +19,7 @@ repos:
19
]
20
21
- repo: https://github.com/pycqa/isort
22
- rev: 6.0.1
+ rev: 6.1.0
23
24
- id: isort # Sort imports.
25
args: [
@@ -31,8 +31,8 @@ repos:
31
--ensure-newline-before-comments,
32
33
34
-- repo: https://github.com/psf/black
35
- rev: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
36
37
- id: black # Format code.
38
args: [--line-length=100]
0 commit comments