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 1cdb3b4 commit 03825e0Copy full SHA for 03825e0
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/codespell-project/codespell
8
- rev: v2.2.6
+ rev: v2.3.0
9
hooks:
10
- id: codespell
11
args: ["--write-changes"]
@@ -15,12 +15,12 @@ repos:
15
- id: tox-ini-fmt
16
args: ["-p", "fix"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "2.1.1"
+ rev: "2.1.3"
19
20
- id: pyproject-fmt
21
additional_dependencies: ["tox>=4.12.1"]
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.4.4"
+ rev: "v0.4.7"
24
25
- id: ruff-format
26
- id: ruff
0 commit comments