This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/githooks/pre-commit

4 lines
62 B
Bash
Executable file

#!/bin/sh
python3 -m black --check .
python3 -m ruff check .