Skip to content

Commit c5785af

Browse files
Merge branch 'main' into threads-with-friends
2 parents 933e462 + dee43d9 commit c5785af

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* text=auto
2+
3+
*.py text eol=lf
4+
*.json text eol=lf
5+
*.yml text eol=lf
6+
*.yaml text eol=lf
7+
.toml text eol=lf
8+
.md text eol=lf
9+
.*ignore text eol=lf
10+
.env* text eol=lf
11+
.gitattributes text eol=lf
12+
.gitlint text eol=lf
13+
.python-version text eol=lf
14+
.Dockerfile text eol=lf
15+
16+
LICENSE binary
17+
uv.lock binary
18+
db/core/migrations/*.py binary

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repos:
1515
hooks:
1616
- id: renovate-config-validator
1717
args: [--strict]
18+
stages: [manual]
1819

1920
- repo: https://github.com/python-jsonschema/check-jsonschema
2021
rev: 0.31.2

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This command includes the removal of custom-formatted tables. See the [CCFT-PyMa
167167

168168
Commit messages should be written in the imperative present tense. For example, "Fix bug #1".
169169

170-
Commit subjects should start with a capital letter and **not** end in a full-stop
170+
Commit subjects should start with a capital letter and **not** end in a full-stop.
171171

172172
Additionally, we request that you keep the commit subject under 80 characters for a comfortable viewing experience on GitHub and other git tools.
173173
If you need more, please use the body of the commit.

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)