Move files to strings folder (#4283)

* Move files to strings-folder

* moved the file "words" back to the original folder

* moved "anagram.py" also back

* fix the codespell ignore-list
This commit is contained in:
algobytewise 2021-03-21 16:35:10 +05:30 committed by GitHub
parent 2c6f553ccb
commit 99a42f2b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ repos:
- id: codespell
args:
- --ignore-words-list=ans,crate,fo,followings,hist,iff,mater,secant,som,tim
- --skip="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_022/p022_names.txt"
- --skip="./.*,./strings/dictionary.txt,./other/words,./project_euler/problem_022/p022_names.txt"
- --quiet-level=2
exclude: |
(?x)^(
other/dictionary.txt |
strings/dictionary.txt |
other/words |
project_euler/problem_022/p022_names.txt
)$