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 abea14a commit 42a0b77Copy full SHA for 42a0b77
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/psf/black
8
- rev: 23.10.0
+ rev: 23.10.1
9
hooks:
10
- id: black
11
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -14,7 +14,7 @@ repos:
14
- id: tox-ini-fmt
15
args: ["-p", "fix"]
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: "1.2.0"
+ rev: "1.3.0"
18
19
- id: pyproject-fmt
20
additional_dependencies: ["tox>=4.8"]
@@ -24,7 +24,7 @@ repos:
24
- id: prettier
25
args: ["--print-width=120", "--prose-wrap=always"]
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.1.1"
+ rev: "v0.1.3"
28
29
- id: ruff
30
args: [--fix, --exit-non-zero-on-fix]
0 commit comments