This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 1e585ac6de2 Upgrade octopin to bleeding edge (#55653)
1e585ac6de2 is described below

commit 1e585ac6de27d6128c9ad96223fb5c10968d82f5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Sep 14 22:04:47 2025 +0000

    Upgrade octopin to bleeding edge (#55653)
    
    Two-space before comment are added in "main" version of octopin, so
    we should use --bleeding-edge for octopin.
    
    (cherry picked from commit 8634ce0d3fc030aa783527ea34e2d9bd4209ceed)
---
 .github/workflows/basic-tests.yml | 2 ++
 devel-common/pyproject.toml       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index 48978c1351b..cb3600a70b7 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -289,6 +289,8 @@ jobs:
         run: prek autoupdate --freeze
       - name: "Autoupdate Lucas-C hooks to bleeding edge"
         run: prek autoupdate --bleeding-edge --freeze --repo 
https://github.com/Lucas-C/pre-commit-hooks
+      - name: "Autoupdate Octopin to bleeding edge"
+        run: prek autoupdate --bleeding-edge --freeze --repo 
https://github.com/eclipse-csi/octopin
       - name: "Check if there are any changes in pre-commit hooks"
         run: git diff --exit-code
       - name: "Run automated upgrade for chart dependencies"
diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index d15142e003a..8ad2311ea6d 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -99,7 +99,7 @@ dependencies = [
 "mypy" = [
     # Mypy dependencies
     # TODO: upgrade to newer versions of MyPy continuously as they are released
-    "mypy==1.17.1",
+    "mypy==1.18.1",
     "types-Deprecated>=1.2.9.20240311",
     "types-Markdown>=3.6.0.20240316",
     "types-PyMySQL>=1.1.0.20240425",

Reply via email to