We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4360796 commit 219cac3Copy full SHA for 219cac3
.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.5.0
+ rev: v4.6.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -17,15 +17,15 @@ repos:
17
- id: isort
18
# https://github.com/python/black#version-control-integration
19
- repo: https://github.com/psf/black
20
- rev: 24.1.1
+ rev: 24.4.0
21
22
- id: black
23
- id: black-jupyter
24
- repo: https://github.com/keewis/blackdoc
25
rev: v0.3.9
26
27
- id: blackdoc
28
- additional_dependencies: ["black==24.1.1"]
+ additional_dependencies: ["black==24.4.0"]
29
- id: blackdoc-autoupdate-black
30
- repo: https://github.com/pycqa/flake8
31
rev: 7.0.0
0 commit comments