diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2e5eff8..189c690 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: pautoflake - name: pyproject-autoflake - entry: pautoflake - language: python - 'types': [python] - require_serial: true + name: pyproject-autoflake + entry: pautoflake + language: python + 'types': [python] + require_serial: true