diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9c1b780..0d43112 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ description: 'Black: The uncompromising Python code formatter' entry: black language: python - language_version: python3.6 + language_version: python3 types: [python]