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 9e940d4 + e7c703f commit efe5df1Copy full SHA for efe5df1
1 file changed
tests/sync_pre_commit_deps_test.py
@@ -22,6 +22,26 @@
22
' - black==23.3.0\n',
23
id='already correct version',
24
),
25
+ pytest.param(
26
+ 'repos:\n'
27
+ '- repo: https://github.com/adamchainz/blacken-docs\n'
28
+ ' rev: 1.15.0\n'
29
+ ' hooks:\n'
30
+ ' - id: blacken-docs\n'
31
+ ' additional_dependencies:\n'
32
+ ' - black==23.3.0\n',
33
+ id='no hook to get the version from',
34
+ ),
35
36
37
+ '- repo: https://github.com/PyCQA/flake8\n'
38
+ ' rev: 6.0.0\n'
39
40
+ ' - id: flake8\n'
41
42
+ ' - flake-bugbear==3.1.0\n',
43
+ id='dep not supported',
44
45
pytest.param(
46
'repos:\n'
47
'- repo: local\n'
0 commit comments