Skip to content

Commit

Permalink
Remove spellchecking flake8 by default
Browse files Browse the repository at this point in the history
Not run in CI, is confusing, doesn't need to be 100%.
  • Loading branch information
Fizzadar committed Aug 10, 2024
1 parent c7e90ab commit 4adb3a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions scripts/spellcheck.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

flake8 --select=SC --ignore=
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ universal = 1

[flake8]
exclude = .git,venv,build
ignore = W503,C815,C816,E704
# See: https://github.com/PyCQA/pycodestyle/issues/373
extend-ignore = E203
ignore = W503,C815,C816,E704,E203,SC
max-line-length = 100

# flake8-quotes
Expand Down

0 comments on commit 4adb3a8

Please sign in to comment.