diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..1324721 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: + - repo: https://github.com/omnilib/ufmt + rev: v2.0.0 + hooks: + - id: ufmt + additional_dependencies: + - black == 22.6.0 + - usort == 1.0.4