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 44ab370 commit 5eb0fcfCopy full SHA for 5eb0fcf
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ 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.1"
+ rev: "v0.1.3"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
12
- repo: https://github.com/psf/black
13
- rev: 23.10.0
+ rev: 23.10.1
14
15
- id: black
16
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -19,7 +19,7 @@ repos:
19
- id: tox-ini-fmt
20
args: ["-p", "fix"]
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
- rev: "1.2.0"
+ rev: "1.3.0"
23
24
- id: pyproject-fmt
25
additional_dependencies: ["tox>=4.8"]
0 commit comments