We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0937d5 commit e806ca3Copy full SHA for e806ca3
.pre-commit-config.yaml
@@ -20,11 +20,11 @@ repos:
20
- id: sort-simple-yaml
21
- id: trailing-whitespace
22
- repo: https://github.com/psf/black
23
- rev: 23.10.1
+ rev: 23.12.1
24
hooks:
25
- id: black
26
- repo: https://github.com/PyCQA/isort
27
- rev: 5.12.0
+ rev: 5.13.2
28
29
- id: isort
30
- repo: https://github.com/codespell-project/codespell
@@ -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.1.3'
+ rev: 'v0.1.11'
38
39
- id: ruff
40
- repo: https://github.com/executablebooks/mdformat
0 commit comments