File tree Expand file tree Collapse file tree 2 files changed +23
-16
lines changed Expand file tree Collapse file tree 2 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/psf/black
3- rev : 22.3.0
2+ - repo : local
43 hooks :
5- - id : black
6- language_version : python3
7- - repo : https://github.com/pycqa/flake8
8- rev : 4.0.1
9- hooks :
10- - id : flake8
11- - repo : https://github.com/pycqa/isort
12- rev : 5.11.5
13- hooks :
14- - id : isort
15- args : ["--profile", "black"]
4+ - id : black
5+ name : black
6+ entry : black
7+ language : system
8+ types_or : [python, pyi]
9+ require_serial : true
10+ - id : flake8
11+ name : flake8
12+ entry : flake8
13+ language : system
14+ types : [python]
15+ require_serial : true
16+ - id : isort
17+ name : isort
18+ entry : isort
19+ args : ["--profile", "black"]
20+ language : system
21+ types_or : [cython, pyi, python]
22+ require_serial : true
1623
Original file line number Diff line number Diff line change 11-r requirements.txt
2- black == 22.3.0 # Pinned to match pre-commit config
3- flake8 == 4.0.1 # Pinned to match pre-commit config
4- isort == 5.11.5 # Pinned to match pre-commit configblack
2+ black
3+ flake8
4+ isort
55pre-commit
66pytest
77tox == 3.27.1 # tox 4 seems to be broken at the moment
You can’t perform that action at this time.
0 commit comments