diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5312c9..8269e08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: args: [ "-d", "{rules: {line-length: {max: 120}}, ignore-from-file: [.gitignore],}", ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.5.1 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -121,7 +121,7 @@ repos: entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0' - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" + rev: "v1.10.1" hooks: - id: mypy verbose: true diff --git a/README.rst b/README.rst index 8276d42..83f5efa 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,8 @@ +💬 Important + +On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation (`FINOS `_), with OS-Climate, an open source community dedicated to building data technologies, modelling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the `FINOS governance framework `_; read more on `finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg `_ + + .. These are examples of badges you might want to add to your README: please update the URLs accordingly