File tree Expand file tree Collapse file tree 3 files changed +32
-12
lines changed Expand file tree Collapse file tree 3 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 26
26
hooks :
27
27
- id : remove-crlf
28
28
- repo : https://github.com/codespell-project/codespell
29
- rev : v2.2.4
29
+ rev : v2.2.5
30
30
hooks :
31
31
- id : codespell
32
32
additional_dependencies :
38
38
args :
39
39
- --msg-filename
40
40
- repo : https://github.com/editorconfig-checker/editorconfig-checker.python
41
- rev : 2.7.1
41
+ rev : 2.7.2
42
42
hooks :
43
43
- id : editorconfig-checker
44
44
- repo : https://github.com/jumanjihouse/pre-commit-hooks
63
63
- mdformat-black
64
64
- mdformat-config
65
65
- repo : https://github.com/DavidAnson/markdownlint-cli2
66
- rev : v0.7 .1
66
+ rev : v0.8 .1
67
67
hooks :
68
68
- id : markdownlint-cli2
69
69
additional_dependencies :
74
74
- id : update-CITATION.cff
75
75
- id : update-pyproject.toml
76
76
- repo : https://github.com/perltidy/perltidy
77
- rev : " 20230309.02 "
77
+ rev : " 20230309.04 "
78
78
hooks :
79
79
- id : perltidy
80
80
- repo : https://github.com/psf/black
92
92
additional_dependencies :
93
93
- tomli
94
94
- repo : https://github.com/kumaraditya303/mirrors-pyright
95
- rev : v1.1.309
95
+ rev : v1.1.316
96
96
hooks :
97
97
- id : pyright
98
98
- repo : https://github.com/PyCQA/bandit
Original file line number Diff line number Diff line change 15
15
format = "pyproject" ;
16
16
disabled = pythonOlder "3.6" ;
17
17
propagatedBuildInputs = [
18
- setuptools
19
18
ptpython
20
19
ipython
21
20
] ;
21
+ nativeBuildInputs = [
22
+ setuptools
23
+ ] ;
22
24
pythonImportsCheck = [
23
25
"repl_python_wakatime"
24
26
] ;
You can’t perform that action at this time.
0 commit comments