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 4ff8e6b commit 9235d56Copy full SHA for 9235d56
.pre-commit-config.yaml
@@ -3,15 +3,15 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.4.0
+ rev: v4.5.0
7
hooks:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- id: mixed-line-ending
11
- id: check-toml
12
- id: check-yaml
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.14.0
+ rev: v3.15.0
15
16
- id: pyupgrade
17
args: [--py36-plus]
@@ -34,7 +34,7 @@ repos:
34
35
- id: setup-cfg-fmt
36
- repo: https://github.com/tox-dev/pyproject-fmt
37
- rev: "1.2.0"
+ rev: "1.5.3"
38
39
- id: pyproject-fmt
40
- repo: https://github.com/tox-dev/tox-ini-fmt
0 commit comments