Remove language_version from black hook in .pre-commit-config.yaml (#12009)

This commit is contained in:
Alex Waygood
2024-05-23 10:18:13 -04:00
committed by GitHub
parent fca4da54b1
commit 909b91ef94

View File

@@ -30,7 +30,6 @@ repos:
rev: 24.3.0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # must match requirements-tests.txt
hooks: