Remove 'py3' from requirements filename (#6509)

This commit is contained in:
Sebastian Rittau
2021-12-06 11:59:04 +01:00
committed by GitHub
parent 8a7c23624e
commit 206e1ae91b
8 changed files with 15 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0 # must match requirements-tests-py3.txt
rev: 21.12b0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/pycqa/isort
rev: 5.10.1 # must match requirements-tests-py3.txt
rev: 5.10.1 # must match requirements-tests.txt
hooks:
- id: isort
name: isort (python)