Skip to content

Instantly share code, notes, and snippets.

@aplz
Last active April 17, 2019 08:45
Show Gist options
  • Save aplz/fa13dfb2be619e5953c37dc17fac4eef to your computer and use it in GitHub Desktop.
Save aplz/fa13dfb2be619e5953c37dc17fac4eef to your computer and use it in GitHub Desktop.
locally disable spell checking in pycharm and IDEA
place the line below above the offensive code part
# noinspection SpellCheckingInspection
for IDEA, the analogon is
@SuppressWarnings("SpellCheckingInspection")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment