Skip to content

Commit b91b8b0

Browse files
authored
Fix flake8 registration, should be BLK not RST
I copied this over from my flake8-rst-docstrings extension. Closes #73.
1 parent ca85bed commit b91b8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
]
3434
dynamic = ['version']
3535
[project.entry-points]
36-
'flake8.extension' = {RST = 'flake8_black:BlackStyleChecker'}
36+
'flake8.extension' = {BLK = 'flake8_black:BlackStyleChecker'}
3737
[project.optional-dependencies]
3838
develop = ['build', 'twine']
3939
[project.urls]

0 commit comments

Comments
 (0)