We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6a8d4 commit 901333cCopy full SHA for 901333c
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ default_language_version:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
@@ -17,12 +17,12 @@ repos:
17
- id: end-of-file-fixer
18
- id: trailing-whitespace
19
- repo: https://github.com/tox-dev/pyproject-fmt
20
- rev: 2.2.1
+ rev: 2.2.4
21
22
- id: pyproject-fmt
23
additional_dependencies: ["tox>=4.9"]
24
- repo: https://github.com/tox-dev/tox-ini-fmt
25
- rev: 1.3.1
+ rev: 1.4.1
26
27
- id: tox-ini-fmt
28
- repo: https://github.com/rstcheck/rstcheck
0 commit comments