mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
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:
parent
2c6f553ccb
commit
99a42f2b58
|
@ -43,11 +43,11 @@ repos:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
args:
|
args:
|
||||||
- --ignore-words-list=ans,crate,fo,followings,hist,iff,mater,secant,som,tim
|
- --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
|
- --quiet-level=2
|
||||||
exclude: |
|
exclude: |
|
||||||
(?x)^(
|
(?x)^(
|
||||||
other/dictionary.txt |
|
strings/dictionary.txt |
|
||||||
other/words |
|
other/words |
|
||||||
project_euler/problem_022/p022_names.txt
|
project_euler/problem_022/p022_names.txt
|
||||||
)$
|
)$
|
||||||
|
|
Loading…
Reference in New Issue
Block a user