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 8e52abe commit 2a47ba1Copy full SHA for 2a47ba1
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: check-json
21
- id: check-yaml
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: 'v3.3.1'
+ rev: 'v3.8.0'
24
hooks:
25
- id: pyupgrade
26
args:
@@ -32,7 +32,7 @@ repos:
32
- id: isort
33
exclude: '(?:extern/.*)'
34
- repo: https://github.com/psf/black
35
- rev: '23.1.0'
+ rev: '23.3.0'
36
37
- id: black
38
@@ -53,7 +53,7 @@ repos:
53
'flake8-comprehensions==3.8.0',
54
]
55
- repo: https://github.com/nbQA-dev/nbQA
56
- rev: 1.6.1
+ rev: 1.7.0
57
58
- id: nbqa-pyupgrade
59
0 commit comments