Skip to content

Commit

Permalink
Fix flake8 configuration mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Krainski committed Aug 16, 2024
1 parent 2cada26 commit 722c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can also define the allowlist directly using the `--spellcheck-allowlist` CL
.. code-block:: ini
[flake8]
spellcheck-allowlist = ["your", "allowed", "words"]
spellcheck-allowlist = your, allowed, words
Expand Down

0 comments on commit 722c8f2

Please sign in to comment.