Skip to content

Commit fd347ad

Browse files
chore(deps): update all dependencies (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: skshetry <[email protected]>
1 parent de956df commit fd347ad

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: sort-simple-yaml
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.4.5'
26+
rev: 'v0.4.6'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
3030
- id: ruff-format
3131
args: ["--config=pyproject.toml"]
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.2.6
33+
rev: v2.3.0
3434
hooks:
3535
- id: codespell
3636
additional_dependencies: ["tomli"]

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[tool.ruff]
22
extend-exclude = ["[{][{]cookiecutter.project_name[}][}]/noxfile.py"]
3+
4+
[tool.codespell]
5+
ignore-words-list = " "
6+
skip = "CODE_OF_CONDUCT.rst,{{cookiecutter.project_name}}/CODE_OF_CONDUCT.rst"

{{cookiecutter.project_name}}/.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.4.5'
22+
rev: 'v0.4.6'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- id: ruff-format
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.6
28+
rev: v2.3.0
2929
hooks:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]

{{cookiecutter.project_name}}/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ files = ["src", "tests"]
9393

9494
[tool.codespell]
9595
ignore-words-list = " "
96+
skip = "CODE_OF_CONDUCT.rst"
9697

9798
[tool.ruff]
9899
output-format = "full"

0 commit comments

Comments
 (0)