Files
flucto-heisskleber/.pre-commit-config.yaml
Felix Weiler 317a09972f Repo houskeeping (#220)
* Remove deprecated Makefile

* Fix zmq test warning

* Fix type hints in config class.

* Update linting rules

* Remove filter group

* Update pre-commit hook

* Update file test to stop creating files in current dir

* Add yaml-types.

* Update README
2025-05-06 13:35:16 +02:00

18 lines
433 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v5.0.0"
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.11.8"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format