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 3fe8a03 commit 33be447Copy full SHA for 33be447
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
# https://pre-commit.com/
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -22,14 +22,14 @@ repos:
22
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 24.8.0
+ rev: 24.10.0
26
27
- id: black
28
- repo: https://github.com/keewis/blackdoc
29
rev: v0.3.9
30
31
- id: blackdoc
32
- additional_dependencies: ["black==24.8.0"]
+ additional_dependencies: ["black==24.10.0"]
33
- id: blackdoc-autoupdate-black
34
- repo: https://github.com/pycqa/flake8
35
rev: 7.1.1
0 commit comments