Skip to content

Commit 96f73d6

Browse files
algobytewisepeRFectBeliever
authored andcommitted
Move files to strings folder (TheAlgorithms#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
1 parent bc06b6d commit 96f73d6

7 files changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ repos:
4343
- id: codespell
4444
args:
4545
- --ignore-words-list=ans,crate,fo,followings,hist,iff,mater,secant,som,tim
46-
- --skip="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_022/p022_names.txt"
46+
- --skip="./.*,./strings/dictionary.txt,./other/words,./project_euler/problem_022/p022_names.txt"
4747
- --quiet-level=2
4848
exclude: |
4949
(?x)^(
50-
other/dictionary.txt |
50+
strings/dictionary.txt |
5151
other/words |
5252
project_euler/problem_022/p022_names.txt
5353
)$
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)