We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575194e commit 29b858dCopy full SHA for 29b858d
.pre-commit-config.yaml
@@ -14,13 +14,13 @@ repos:
14
files: requirements-dev.txt
15
16
- repo: https://github.com/psf/black
17
- rev: 23.10.1
+ rev: 23.11.0
18
hooks:
19
- id: black
20
language_version: python3
21
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.6.1
+ rev: v1.7.1
24
25
- id: mypy
26
exclude: docs/source/conf.py
@@ -56,12 +56,12 @@ repos:
56
- id: add-trailing-comma
57
58
- repo: https://github.com/astral-sh/ruff-pre-commit
59
- rev: v0.1.4
+ rev: v0.1.6
60
61
- id: ruff
62
63
- repo: https://github.com/tox-dev/pyproject-fmt
64
- rev: 1.4.1
+ rev: 1.5.3
65
66
- id: pyproject-fmt
67
0 commit comments