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 d1b4f43 commit 8498a86Copy full SHA for 8498a86
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: sort-simple-yaml
21
- id: trailing-whitespace
22
- repo: https://github.com/psf/black
23
- rev: 23.7.0
+ rev: 23.9.1
24
hooks:
25
- id: black
26
- repo: https://github.com/PyCQA/isort
@@ -34,11 +34,11 @@ repos:
34
additional_dependencies: ["tomli"]
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
# Ruff version.
37
- rev: 'v0.0.282'
+ rev: 'v0.0.291'
38
39
- id: ruff
40
- repo: https://github.com/executablebooks/mdformat
41
- rev: 0.7.16
+ rev: 0.7.17
42
43
- id: mdformat
44
args: ["--wrap=80"]
0 commit comments