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 7231b7f commit cfdc6f6Copy full SHA for cfdc6f6
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.10.0 # Replace by any tag/version: https://github.com/psf/black/tags
+ rev: 25.9.0 # Replace by any tag/version: https://github.com/psf/black/tags
4
hooks:
5
- id: black
6
language_version: python3 # Should be a command that runs python3.6+
7
args: ["--line-length", "99"]
8
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
- id: trailing-whitespace
13
exclude: datasets|.data$
0 commit comments