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 284d04f commit b6e820fCopy full SHA for b6e820f
.pre-commit-config.yaml
@@ -55,6 +55,8 @@ repos:
55
- id: pyupgrade
56
args:
57
- "--py39-plus"
58
+ # Manual because ruff does what pyupgrade does and the two are not out of sync
59
+ # often enough to make launching pyupgrade everytime worth it
60
stages: [manual]
61
- repo: local
62
hooks:
0 commit comments