diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index da04be9..9502dc5 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -30,8 +30,6 @@ jobs: uses: plone/meta/.github/workflows/test.yml@main release_ready: uses: plone/meta/.github/workflows/release_ready.yml@main - circular: - uses: plone/meta/.github/workflows/circular.yml@main ## # To modify the list of default jobs being created add in .meta.toml: diff --git a/.meta.toml b/.meta.toml index b965f34..6817603 100644 --- a/.meta.toml +++ b/.meta.toml @@ -3,7 +3,7 @@ # See the inline comments on how to expand/tweak this configuration file [meta] template = "default" -commit-id = "721299ce" +commit-id = "a89af8f2" [pyproject] codespell_skip = "*.js,*.min.js,*.min.js.map,*.min.css.map,*.svg,*.lock,*.json" @@ -13,7 +13,6 @@ jobs = [ "qa", "test", "release_ready", - "circular", ] [gitignore] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d60054b..da56023 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # """ ## - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index 59cb531..f4f18c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ target-version = ["py38"] ## [tool.codespell] -ignore-words-list = "discreet," +ignore-words-list = "discreet,assertin," skip = "*.po,*.js,*.min.js,*.min.js.map,*.min.css.map,*.svg,*.lock,*.json" ## # Add extra configuration options in .meta.toml: