From 5ac6bd9a27bf9ee9832f69b562766d78e60ec74b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:41:07 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.16.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37afdf4..761e6a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pretty-format-json args: [--no-sort-keys, --autofix, --no-ensure-ascii] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] From 70a8f605c68e36e18f2fd6a6415fdd70f674d594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Jul 2026 19:44:32 +0200 Subject: [PATCH 2/2] chore: update licensing information --- pyproject.toml | 4 ++++ repo-sync.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9f56754..ee6e45f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,10 @@ ignore = [ ] select = ["ALL"] +[tool.ruff.lint.flake8-copyright] +min-file-size = 2 +notice-rgx = "(?i)Copyright\\s+©\\s+" + [tool.tomlsort] ignore_case = true sort_inline_arrays = true diff --git a/repo-sync.py b/repo-sync.py index 0a09e13..0af0bbc 100644 --- a/repo-sync.py +++ b/repo-sync.py @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: BSD-3-Clause + """ Synchronizes shared content between Python Social Auth repositories.