We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb9c52 commit cfec6dfCopy full SHA for cfec6df
.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.3.0
+ rev: 23.7.0
24
hooks:
25
- id: black
26
- repo: https://github.com/PyCQA/isort
@@ -34,7 +34,7 @@ repos:
34
additional_dependencies: ["tomli"]
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
# Ruff version.
37
- rev: 'v0.0.277'
+ rev: 'v0.0.278'
38
39
- id: ruff
40
- repo: https://github.com/executablebooks/mdformat
0 commit comments