diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..2e5eff8 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: pautoflake + name: pyproject-autoflake + entry: pautoflake + language: python + 'types': [python] + require_serial: true