Skip to content

Commit b6e820f

Browse files
Apply comment from
pytest-dev#12875 (comment)
1 parent 284d04f commit b6e820f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ repos:
5555
- id: pyupgrade
5656
args:
5757
- "--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
5860
stages: [manual]
5961
- repo: local
6062
hooks:

0 commit comments

Comments
 (0)