diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 000000000..969320ce1 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: hatch + name: hatch + description: "Hatch: Hatch is a modern, extensible Python project manager." + entry: hatch + language: python + minimum_pre_commit_version: 2.9.2 + require_serial: true \ No newline at end of file