diff --git a/README.md b/README.md index ee959a5..e03d046 100644 --- a/README.md +++ b/README.md @@ -277,8 +277,8 @@ Includes the content of a file or a group of files. [license-image]: https://img.shields.io/pypi/l/mkdocs-include-markdown-plugin?color=light-green&logo=apache&logoColor=white [license-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/LICENSE [platformdirs]: https://pypi.org/project/platformdirs/ -[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470 -[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel +[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470 +[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel [es-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/locale/es/README.md [fr-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/locale/fr/README.md [Bash wildcard globs]: https://facelessuser.github.io/wcmatch/glob/#syntax diff --git a/locale/es/README.md b/locale/es/README.md index 71e6460..d6e6970 100644 --- a/locale/es/README.md +++ b/locale/es/README.md @@ -266,8 +266,8 @@ separar este plugin de la documentación de [license-image]: https://img.shields.io/pypi/l/mkdocs-include-markdown-plugin?color=light-green&logo=apache&logoColor=white [license-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/LICENSE [platformdirs]: https://pypi.org/project/platformdirs/ -[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470 -[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel +[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470 +[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel [es-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/locale/es/README.md [fr-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/locale/fr/README.md [Bash wildcard globs]: https://facelessuser.github.io/wcmatch/glob/#syntax diff --git a/locale/es/README.md.po b/locale/es/README.md.po index 8aead37..91d6bf7 100644 --- a/locale/es/README.md.po +++ b/locale/es/README.md.po @@ -56,12 +56,11 @@ msgstr "" "[tests-link]: https://github.com/mondeja/mkdocs-include-markdown-" "plugin/actions?query=workflow%3ACI" -msgid "[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470" -msgstr "" -"[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470" +msgid "[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470" +msgstr "[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470" -msgid "[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel" -msgstr "[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel" +msgid "[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel" +msgstr "[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel" msgid "Read this document in other languages:" msgstr "Lee este documento en otros idiomas:" diff --git a/locale/fr/README.md b/locale/fr/README.md index d9fba28..967ea62 100644 --- a/locale/fr/README.md +++ b/locale/fr/README.md @@ -263,8 +263,8 @@ autorisations][cibuildwheel-470] pour séparer ce plugin de la documentation de [license-image]: https://img.shields.io/pypi/l/mkdocs-include-markdown-plugin?color=light-green&logo=apache&logoColor=white [license-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/LICENSE [platformdirs]: https://pypi.org/project/platformdirs/ -[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470 -[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel +[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470 +[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel [es-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/locale/es/README.md [fr-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-plugin/blob/master/locale/fr/README.md [Bash wildcard globs]: https://facelessuser.github.io/wcmatch/glob/#syntax diff --git a/locale/fr/README.md.po b/locale/fr/README.md.po index 7752807..5717d02 100644 --- a/locale/fr/README.md.po +++ b/locale/fr/README.md.po @@ -69,12 +69,11 @@ msgstr "" "[tests-link]: https://github.com/mondeja/mkdocs-include-markdown-" "plugin/actions?query=workflow%3ACI" -msgid "[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470" -msgstr "" -"[cibuildwheel-470]: https://github.com/joerick/cibuildwheel/issues/470" +msgid "[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470" +msgstr "[cibuildwheel-470]: https://github.com/pypa/cibuildwheel/issues/470" -msgid "[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel" -msgstr "[cibuildwheel-repo-link]: https://github.com/joerick/cibuildwheel" +msgid "[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel" +msgstr "[cibuildwheel-repo-link]: https://github.com/pypa/cibuildwheel" msgid "" "[es-readme-link]: https://github.com/mondeja/mkdocs-include-markdown-" diff --git a/src/mkdocs_include_markdown_plugin/event.py b/src/mkdocs_include_markdown_plugin/event.py index effab2e..0867642 100644 --- a/src/mkdocs_include_markdown_plugin/event.py +++ b/src/mkdocs_include_markdown_plugin/event.py @@ -42,6 +42,7 @@ }, ) + @dataclass class Settings: # noqa: D101 exclude: list[str] | None