6 lines
244 B
TOML
6 lines
244 B
TOML
|
# SPDX-FileCopyrightText: 2022 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
[hooks]
|
||
|
pre-commit = "reuse lint && cargo deny check && cargo fmt -- --check && cargo test"
|
||
|
pre-push = "cargo check"
|