File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
fail_fast : true
2
- exclude : " (^vendor/|\\ .patch$)"
2
+ exclude : (^vendor/|\.patch$)
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v3.4 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : mixed-line-ending
9
- args : [" --fix=lf" ]
10
- exclude : " data/"
9
+ args : [--fix=lf]
10
+ exclude : data/
11
11
- id : end-of-file-fixer
12
12
- id : trailing-whitespace
13
- exclude : " data/"
13
+ exclude : data/
14
14
- id : check-merge-conflict
15
15
- id : fix-byte-order-marker
16
16
Original file line number Diff line number Diff line change 53
53
54
54
/* Work around bug in some Windows SDK / MSVC versions where NAN is not a
55
55
* constant expression, triggering an error in the definition of
56
- * hsl_sf_hzeta_eulermaclaurin_series_coeffs[] and
56
+ * hsl_sf_hzeta_eulermaclaurin_series_coeffs[] and
57
57
* hsl_sf_hzeta_eulermaclaurin_series_majorantratios[] below.
58
58
* We re-define NAN to the value it had in earlier MSVC versions.
59
59
* See https://github.com/igraph/igraph/issues/2701
Original file line number Diff line number Diff line change 33
33
/* Include the definition of macros controlling symbol visibility */
34
34
#include "plfit_export.h"
35
35
36
- #endif /* PLFIT_DECLS_H */
36
+ #endif /* PLFIT_DECLS_H */
You can’t perform that action at this time.
0 commit comments