Remove comma="expected colon" rule from dictionaries.

Because set literals don't need colons.
This commit is contained in:
voussoir 2021-08-24 23:40:36 -07:00
parent e358a26480
commit 40991e0a95
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1042,8 +1042,6 @@ contexts:
- match: ':'
scope: punctuation.separator.mapping.key-value.python
set: inside-directory-value
- match: ','
scope: invalid.illegal.expected-colon.python
- match: \*\*
scope: keyword.operator.unpacking.mapping.python
push: