Files
fundor333.com/.pre-commit-config.yaml
Fundor333 ca6ccd2955 Add new syndication entries and update package dependencies
- Created multiple JSON files for syndication, linking to various posts and events.
- Updated package-lock.json to reflect new versions of dependencies:
  - baseline-browser-mapping: 2.9.7 -> 2.9.9
  - update-browserslist-db: 1.2.2 -> 1.2.3
  - yaml: 2.8.1 -> 2.8.2
- Updated binary assets for character images.
2025-12-18 13:47:27 +01:00

54 lines
1.5 KiB
YAML

fail_fast: true
repos:
- repo: https://github.com/adamchainz/djade-pre-commit
rev: "1.7.0" # Replace with the latest tag on GitHub
hooks:
- id: djade
args: [--target-version, "4.2"] # Replace with Django version
- repo: https://github.com/psf/black
rev: 25.12.0
hooks:
- id: black
language_version: python3.12
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-merge-conflict
- id: detect-private-key
- id: check-symlinks
- id: check-toml
- id: check-yaml
- id: forbid-new-submodules
- id: mixed-line-ending
language: python
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0 # Use the ref you want to point at
hooks:
- id: python-no-eval
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/asottile/pyupgrade
rev: v3.21.2
hooks:
- id: pyupgrade
args: [--py312-plus]
- repo: https://github.com/PyCQA/flake8
rev: 7.3.0
hooks:
- id: flake8
additional_dependencies:
[
"flake8-blind-except",
"flake8-docstrings",
"flake8-bugbear",
"flake8-comprehensions",
"flake8-docstrings",
"flake8-implicit-str-concat",
"pydocstyle>=5.0.0",
]
- repo: https://github.com/oxipng/oxipng
rev: v10.0.0
hooks:
- id: oxipng
args: ["-o", "4", "--alpha"]