Skip to content

Commit

Permalink
Merge pull request #1063 from camptocamp/renovate/master-patch-codespell
Browse files Browse the repository at this point in the history
Update dependency codespell to v2.2.4 (master)
  • Loading branch information
sbrunner authored Apr 3, 2023
2 parents eeac5e1 + a64f8d0 commit bed4ec3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/master/c2cciutils/schema.json

checks:
codespell:
ignore_re:
- ^test/Pipfile\.lock$
- ^(.*/)?poetry\.lock$

audit:
snyk:
files_no_install:
Expand Down
14 changes: 8 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ black = { version = "22.12.0", optional = true }
click = "8.1.3"
isort = { version = "5.12.0", optional = true }
twine = { version = "4.0.2", optional = true }
codespell = { version = "2.2.1", optional = true }
codespell = { version = "2.2.4", optional = true }
toml = "0.10.2"
debian-inspector = "31.0.0"
PyYAML = "6.0"
Expand Down

0 comments on commit bed4ec3

Please sign in to comment.