2022-07-01 22:36:04 +02:00
|
|
|
# SPDX-FileCopyrightText: 2022 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
[hooks]
|
2022-07-01 22:37:29 +02:00
|
|
|
pre-commit = "reuse lint && cargo fmt -- --check && cargo test"
|
|
|
|
pre-push = "cargo check"
|