We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e80e4e commit 3e08f54Copy full SHA for 3e08f54
1 file changed
.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.13"
+ rev: "v0.1.14"
9
hooks:
10
- id: ruff-format
11
- id: ruff
@@ -16,7 +16,7 @@ repos:
16
- id: tox-ini-fmt
17
args: ["-p", "fix"]
18
- repo: https://github.com/tox-dev/pyproject-fmt
19
- rev: "1.6.0"
+ rev: "1.7.0"
20
21
- id: pyproject-fmt
22
additional_dependencies: ["tox>=4.11.4"]
0 commit comments