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 0a77b2e commit 9ebefb8Copy full SHA for 9ebefb8
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: requirements-txt-fixer
24
- id: trailing-whitespace
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.4.3
+ rev: v0.4.7
27
hooks:
28
- id: ruff
29
- id: ruff-format
@@ -41,7 +41,7 @@ repos:
41
additional_dependencies: [setuptools-scm]
42
- repo: https://github.com/codespell-project/codespell
43
# Configuration for codespell is in pyproject.toml
44
- rev: v2.2.6
+ rev: v2.3.0
45
46
- id: codespell
47
additional_dependencies:
0 commit comments