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 15d1920 commit e16aac9Copy full SHA for e16aac9
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.1.0
+ rev: v4.2.0
7
hooks:
8
- id: trailing-whitespace
9
exclude: .github/|tests/testdata
@@ -28,7 +28,7 @@ repos:
28
exclude: tests/testdata|setup.py
29
types: [python]
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: v2.31.0
+ rev: v2.32.0
32
33
- id: pyupgrade
34
exclude: tests/testdata
@@ -90,7 +90,7 @@ repos:
90
]
91
exclude: tests/testdata| # exclude everything, we're not ready
92
- repo: https://github.com/pre-commit/mirrors-prettier
93
- rev: v2.6.1
+ rev: v2.6.2
94
95
- id: prettier
96
args: [--prose-wrap=always, --print-width=88]
0 commit comments