Skip to content

Commit

Permalink
Fix flake8 registration, should be BLK not RST
Browse files Browse the repository at this point in the history
I copied this over from my flake8-rst-docstrings extension.

Closes #73.
  • Loading branch information
peterjc committed Nov 21, 2022
1 parent ca85bed commit b91b8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -33,7 +33,7 @@ dependencies = [
]
dynamic = ['version']
[project.entry-points]
'flake8.extension' = {RST = 'flake8_black:BlackStyleChecker'}
'flake8.extension' = {BLK = 'flake8_black:BlackStyleChecker'}
[project.optional-dependencies]
develop = ['build', 'twine']
[project.urls]
Expand Down

0 comments on commit b91b8b0

Please sign in to comment.