File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
pass_filenames : false
9
9
args : ["-r", "dpctl", "-lll"]
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v2.3.0
11
+ rev : v4.0.1
12
12
hooks :
13
13
- id : end-of-file-fixer
14
14
- id : trailing-whitespace
15
15
- repo : https://github.com/psf/black
16
- rev : 21.4b2
16
+ rev : 21.10b0
17
17
hooks :
18
18
- id : black
19
19
exclude : " versioneer.py|dpctl/_version.py"
20
20
- repo : https://github.com/pycqa/isort
21
- rev : 5.8.0
21
+ rev : 5.10.1
22
22
hooks :
23
23
- id : isort
24
24
name : isort (python)
29
29
name : isort (pyi)
30
30
types : [pyi]
31
31
- repo : https://gitlab.com/pycqa/flake8
32
- rev : 3.9 .1
32
+ rev : 4.0 .1
33
33
hooks :
34
34
- id : flake8
35
35
- repo : https://github.com/pocc/pre-commit-hooks
Original file line number Diff line number Diff line change 1
1
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
2
2
[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
3
+ [ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
3
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/IntelPython/dpctl/badge.svg?branch=master )] ( https://coveralls.io/github/IntelPython/dpctl?branch=master )
4
5
5
6
About
You can’t perform that action at this time.
0 commit comments