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 a9bb22b commit cec674cCopy full SHA for cec674c
.pre-commit-config.yaml
@@ -12,20 +12,20 @@ repos:
12
- id: check-yaml
13
# isort should run before black as black sometimes tweaks the isort output
14
- repo: https://github.com/pycqa/isort
15
- rev: 5.13.0
+ rev: 5.13.2
16
hooks:
17
- id: isort
18
# https://github.com/python/black#version-control-integration
19
- repo: https://github.com/psf/black
20
- rev: 23.11.0
+ rev: 23.12.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==23.11.0"]
+ additional_dependencies: ["black==23.12.0"]
29
- id: blackdoc-autoupdate-black
30
- repo: https://github.com/pycqa/flake8
31
rev: 6.1.0
0 commit comments