Skip to content

Commit 671f127

Browse files
committed
Update form handling and validation for join, contact, and partnership submissions; enhance pre-commit configuration and template adjustments
1 parent 931e7b3 commit 671f127

7 files changed

Lines changed: 226 additions & 118 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
exclude: ".*/(data|docs/experimental)/.*"
22
repos:
33
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
4-
rev: v0.7.0
4+
rev: v0.9.0
55
hooks:
66
- id: pre-commit-update
77
args: [--keep, pre-commit-update]
8+
89
- repo: https://github.com/pre-commit/pre-commit-hooks
910
rev: v6.0.0
1011
hooks:
@@ -22,20 +23,9 @@ repos:
2223
args: [--allow-missing-credentials]
2324
- id: detect-private-key
2425

25-
# Mypy disabled - project does not use type annotations
26-
# - repo: https://github.com/pre-commit/mirrors-mypy
27-
# rev: v1.18.2
28-
# hooks:
29-
# - id: mypy
30-
# additional_dependencies:
31-
# - fastapi
32-
# - uvicorn
33-
# args: ["--ignore-missing-imports"]
3426
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.6
27+
rev: v0.14.7
3628
hooks:
37-
# Run the linter
3829
- id: ruff
3930
args: [--fix]
40-
# Run the formatter
4131
- id: ruff-format

0 commit comments

Comments
 (0)