Skip to content

Commit 2986a01

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#11146)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4) - [github.com/tox-dev/pyproject-fmt: 1.3.0 → 1.4.1](tox-dev/pyproject-fmt@1.3.0...1.4.1) * updating DIRECTORY.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 6cc62d3 commit 2986a01

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.3
19+
rev: v0.1.4
2020
hooks:
2121
- id: ruff
2222

@@ -33,7 +33,7 @@ repos:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "1.3.0"
36+
rev: "1.4.1"
3737
hooks:
3838
- id: pyproject-fmt
3939

Diff for: DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,7 @@
13111311
* [Get Amazon Product Data](web_programming/get_amazon_product_data.py)
13121312
* [Get Imdb Top 250 Movies Csv](web_programming/get_imdb_top_250_movies_csv.py)
13131313
* [Get Imdbtop](web_programming/get_imdbtop.py)
1314+
* [Get Ip Geolocation](web_programming/get_ip_geolocation.py)
13141315
* [Get Top Billionaires](web_programming/get_top_billionaires.py)
13151316
* [Get Top Hn Posts](web_programming/get_top_hn_posts.py)
13161317
* [Get User Tweets](web_programming/get_user_tweets.py)

Diff for: pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ max-branches = 20 # default: 12
117117
max-returns = 8 # default: 6
118118
max-statements = 88 # default: 50
119119

120+
[tool.codespell]
121+
ignore-words-list = "3rt,ans,bitap,crate,damon,fo,followings,hist,iff,kwanza,manuel,mater,secant,som,sur,tim,toi,zar"
122+
skip = "./.*,*.json,ciphers/prehistoric_men.txt,project_euler/problem_022/p022_names.txt,pyproject.toml,strings/dictionary.txt,strings/words.txt"
123+
120124
[tool.pytest.ini_options]
121125
markers = [
122126
"mat_ops: mark a test as utilizing matrix operations.",
@@ -133,7 +137,3 @@ omit = [
133137
"project_euler/*"
134138
]
135139
sort = "Cover"
136-
137-
[tool.codespell]
138-
ignore-words-list = "3rt,ans,bitap,crate,damon,fo,followings,hist,iff,kwanza,manuel,mater,secant,som,sur,tim,toi,zar"
139-
skip = "./.*,*.json,ciphers/prehistoric_men.txt,project_euler/problem_022/p022_names.txt,pyproject.toml,strings/dictionary.txt,strings/words.txt"

0 commit comments

Comments
 (0)