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.
2 parents 3f9bb9a + 3f16447 commit 6b4639fCopy full SHA for 6b4639f
1 file changed
.pre-commit-config.yaml
@@ -8,14 +8,14 @@ repos:
8
language: python
9
files: \.py$
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.4.0
+ rev: v4.5.0
12
hooks:
13
- id: trailing-whitespace
14
- id: end-of-file-fixer
15
- id: check-yaml
16
- id: debug-statements
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.14.0
+ rev: v3.15.0
19
20
- id: pyupgrade
21
- repo: https://github.com/psf/black
0 commit comments