We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1119d6 + 36cb00c commit a350e09Copy full SHA for a350e09
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.4.3
+ rev: v0.4.7
8
hooks:
9
# Run the linter.
10
- id: ruff
@@ -14,14 +14,14 @@ repos:
14
- id: ruff-format
15
types_or: [ python, pyi, jupyter ]
16
17
-- repo: https://github.com/myint/docformatter # To format the doc strings to conform PEP257
+- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
18
rev: v1.7.5
19
20
- id: docformatter
21
args: [--in-place]
22
23
- repo: https://github.com/codespell-project/codespell
24
- rev: v2.2.6
+ rev: v2.3.0
25
26
- id: codespell
27
additional_dependencies:
0 commit comments