Skip to content

Commit

Permalink
[fc] Repository: plone.resource
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-10-03T01:34:24Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.resource@bc8c085

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.14.0](asottile/pyupgrade@v3.8.0...v3.14.0)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/collective/i18ndude: 6.0.0 → 6.1.0](collective/i18ndude@6.0.0...6.1.0)

Files changed:
M .pre-commit-config.yaml
Repository: plone.resource

Branch: refs/heads/master
Date: 2023-10-03T12:59:57+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.resource@6e4952e

Merge pull request #38 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

Files changed:
M .pre-commit-config.yaml
  • Loading branch information
gforcada committed Oct 3, 2023
1 parent f4b71fb commit 2d79ff7
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,39 @@
Repository: plone.restapi
Repository: plone.resource


Branch: refs/heads/main
Date: 2023-10-02T20:35:45+02:00
Author: Steve Piercy (stevepiercy) <web@stevepiercy.com>
Commit: https://github.com/plone/plone.restapi/commit/3927a8978b7242189c74d15668dd809674a2c5ea
Branch: refs/heads/master
Date: 2023-10-03T01:34:24Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: https://github.com/plone/plone.resource/commit/bc8c0852d94fe0c594ac401f4f1be932cc34f7c1

Fix redirect for json-schema.org (#1718)
[pre-commit.ci] pre-commit autoupdate

* Fix redirect

* Add changelog
updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.14.0)
- [github.com/psf/black: 23.3.0 → 23.9.1](https://github.com/psf/black/compare/23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6)
- [github.com/collective/i18ndude: 6.0.0 → 6.1.0](https://github.com/collective/i18ndude/compare/6.0.0...6.1.0)

Files changed:
A news/1718.documentation
M docs/source/endpoints/types.md
M .pre-commit-config.yaml

b'diff --git a/docs/source/endpoints/types.md b/docs/source/endpoints/types.md\nindex d2ea10ead..e12f66b75 100644\n--- a/docs/source/endpoints/types.md\n+++ b/docs/source/endpoints/types.md\n@@ -107,7 +107,7 @@ To get the schema of a content type, access the `/@types` endpoint with the name\n :language: http\n ```\n \n-The content type schema uses the [JSON Schema](http://json-schema.org/) format.\n+The content type schema uses the [JSON Schema](https://json-schema.org/) format.\n The tagged values for the widgets are also exposed in the `properties` attribute of the schema.\n \n For `Choice` fields, their vocabulary or source will be linked to in a `vocabulary` or `querysource` property (one or the other, never both):\ndiff --git a/news/1718.documentation b/news/1718.documentation\nnew file mode 100644\nindex 000000000..acca3051e\n--- /dev/null\n+++ b/news/1718.documentation\n@@ -0,0 +1 @@\n+Fix redirect for https://json-schema.org/. @stevepiercy\n'
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex 23aa944..1495e14 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -7,7 +7,7 @@ ci:\n \n repos:\n - repo: https://github.com/asottile/pyupgrade\n- rev: v3.8.0\n+ rev: v3.14.0\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n@@ -16,7 +16,7 @@ repos:\n hooks:\n - id: isort\n - repo: https://github.com/psf/black\n- rev: 23.3.0\n+ rev: 23.9.1\n hooks:\n - id: black\n - repo: https://github.com/collective/zpretty\n@@ -33,11 +33,11 @@ repos:\n # """\n ##\n - repo: https://github.com/PyCQA/flake8\n- rev: 6.0.0\n+ rev: 6.1.0\n hooks:\n - id: flake8\n - repo: https://github.com/codespell-project/codespell\n- rev: v2.2.5\n+ rev: v2.2.6\n hooks:\n - id: codespell\n additional_dependencies:\n@@ -64,7 +64,7 @@ repos:\n - id: check-python-versions\n args: [\'--only\', \'setup.py,pyproject.toml\']\n - repo: https://github.com/collective/i18ndude\n- rev: "6.0.0"\n+ rev: "6.1.0"\n hooks:\n - id: i18ndude\n \n'

Repository: plone.resource


Branch: refs/heads/master
Date: 2023-10-03T12:59:57+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: https://github.com/plone/plone.resource/commit/6e4952e3af478f012ae551df98c560aac22e3e31

Merge pull request #38 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

Files changed:
M .pre-commit-config.yaml

b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex 23aa944..1495e14 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -7,7 +7,7 @@ ci:\n \n repos:\n - repo: https://github.com/asottile/pyupgrade\n- rev: v3.8.0\n+ rev: v3.14.0\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n@@ -16,7 +16,7 @@ repos:\n hooks:\n - id: isort\n - repo: https://github.com/psf/black\n- rev: 23.3.0\n+ rev: 23.9.1\n hooks:\n - id: black\n - repo: https://github.com/collective/zpretty\n@@ -33,11 +33,11 @@ repos:\n # """\n ##\n - repo: https://github.com/PyCQA/flake8\n- rev: 6.0.0\n+ rev: 6.1.0\n hooks:\n - id: flake8\n - repo: https://github.com/codespell-project/codespell\n- rev: v2.2.5\n+ rev: v2.2.6\n hooks:\n - id: codespell\n additional_dependencies:\n@@ -64,7 +64,7 @@ repos:\n - id: check-python-versions\n args: [\'--only\', \'setup.py,pyproject.toml\']\n - repo: https://github.com/collective/i18ndude\n- rev: "6.0.0"\n+ rev: "6.1.0"\n hooks:\n - id: i18ndude\n \n'

0 comments on commit 2d79ff7

Please sign in to comment.