Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions repo-sync.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: BSD-3-Clause

"""
Synchronizes shared content between Python Social Auth repositories.

Expand Down