Skip to content
Open
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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude: (^|/)\..*

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -22,21 +22,21 @@ repos:
- id: detect-private-key

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
args: [--write-changes]
files: \.(py|sh|json|yml|yaml|md)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.4
rev: v0.15.15
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/hadolint/hadolint
rev: v2.13.1-beta
rev: v2.14.0
hooks:
- id: hadolint
name: Lint Dockerfiles
Expand All @@ -47,7 +47,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.6.12
rev: 0.11.17
hooks:
# Update the uv lockfile
- id: uv-lock
Expand Down
2 changes: 1 addition & 1 deletion docs/submission/main.aux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\relax
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
Expand Down
1 change: 0 additions & 1 deletion docs/submission/main.bbl
Original file line number Diff line number Diff line change
Expand Up @@ -2493,4 +2493,3 @@
\enddatalist
\endrefsection
\endinput

2 changes: 1 addition & 1 deletion docs/submission/main.blg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[0] Config.pm:307> INFO - This is Biber 2.19
[0] Config.pm:310> INFO - Logfile is 'main.blg'
[122] biber-MSWIN64:340> INFO - ===
[122] biber-MSWIN64:340> INFO - ===
[169] Biber.pm:419> INFO - Reading 'main.bcf'
[287] Biber.pm:979> INFO - Found 39 citekeys in bib section 0
[299] Biber.pm:4419> INFO - Processing section 0
Expand Down