diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..02a74d3 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: autoflake + name: autoflake + entry: autoflake + language: python + 'types': [python] + require_serial: true \ No newline at end of file