File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ repos:
16
16
files : \.pyx$
17
17
types :
18
18
- file
19
- args : [--append-config=. flake8. cython]
19
+ args : [--append-config=flake8/ cython.cfg ]
20
20
- id : flake8
21
21
name : flake8-pxd
22
22
language : python_venv
23
23
files : \.(pxd|pxi\.in)$
24
24
types :
25
25
- file
26
- args : [--append-config=. flake8. cython-header]
26
+ args : [--append-config=flake8/ cython-header.cfg ]
27
27
- repo : https://github.com/pre-commit/mirrors-isort
28
28
rev : v4.3.21
29
29
hooks :
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then
66
66
RET=$(( $RET + $? )) ; echo $MSG " DONE"
67
67
68
68
MSG=' Linting .pyx code' ; echo $MSG
69
- flake8 --format=" $FLAKE8_FORMAT " pandas --append-config=. flake8. cython
69
+ flake8 --format=" $FLAKE8_FORMAT " pandas --append-config=flake8/ cython.cfg
70
70
RET=$(( $RET + $? )) ; echo $MSG " DONE"
71
71
72
72
MSG=' Linting .pxd and .pxi.in' ; echo $MSG
73
- flake8 --format=" $FLAKE8_FORMAT " pandas/_libs --append-config=. flake8. cython-header
73
+ flake8 --format=" $FLAKE8_FORMAT " pandas/_libs --append-config=flake8/ cython-header.cfg
74
74
RET=$(( $RET + $? )) ; echo $MSG " DONE"
75
75
76
76
echo " flake8-rst --version"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments