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 51e6e04 commit ea570e0Copy full SHA for ea570e0
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ repos:
11
- "--py37-plus"
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: "v0.9.3"
+ rev: "v0.9.4"
15
hooks:
16
- id: ruff
17
args: ["--fix"]
18
- id: ruff-format
19
- repo: https://github.com/codespell-project/codespell
20
- rev: v2.4.0
+ rev: v2.4.1
21
22
- id: codespell
23
args:
0 commit comments