mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 21:31:09 +08:00
Remove 'py3' from requirements filename (#6509)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user