Skip to content

Commit 0b6db9b

Browse files
[pre-commit.ci] pre-commit autoupdate (#405)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.270...v0.0.272) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.0](tox-dev/pyproject-fmt@0.11.2...0.12.0) * [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>
1 parent 0ccc3b8 commit 0b6db9b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.4
30+
rev: v2.2.5
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
3434
- tomli
3535

3636
- repo: https://github.com/charliermarsh/ruff-pre-commit
37-
rev: v0.0.270
37+
rev: v0.0.272
3838
hooks:
3939
- id: ruff
4040

@@ -44,7 +44,7 @@ repos:
4444
- id: black
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: 0.11.2
47+
rev: 0.12.0
4848
hooks:
4949
- id: pyproject-fmt
5050

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[tool.codespell]
2-
ignore-words-list = "dekstop,nwe,yello"
3-
skip="./.*"
4-
51
[tool.ruff]
62
select = [
73
"A", # flake8-builtins
@@ -86,3 +82,7 @@ max-statements = 54
8682

8783
[tool.ruff.per-file-ignores]
8884
"tests/*" = ["S101"]
85+
86+
[tool.codespell]
87+
ignore-words-list = "dekstop,nwe,yello"
88+
skip="./.*"

0 commit comments

Comments
 (0)