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 065740c commit adf04c7Copy full SHA for adf04c7
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.1.3
+ rev: v0.1.4
9
hooks:
10
- id: ruff-format
11
- repo: https://github.com/codespell-project/codespell
@@ -21,7 +21,7 @@ repos:
21
- id: tox-ini-fmt
22
args: ["-p", "fix"]
23
- repo: https://github.com/tox-dev/pyproject-fmt
24
- rev: 1.3.0
+ rev: 1.4.1
25
26
- id: pyproject-fmt
27
additional_dependencies: ["tox>=4.11.3"]
@@ -36,7 +36,7 @@ repos:
36
- id: blacken-docs
37
additional_dependencies: [black==23.10.1]
38
39
40
41
- id: ruff
42
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
0 commit comments