File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[codespell]
2
2
builtin = clear
3
3
quiet-level = 2
4
- ignore-words-list = musil
4
+ ignore-words-list = musil,nin
Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : ' v4.4 .0'
6
+ rev : ' v4.5 .0'
7
7
hooks :
8
8
- id : check-json
9
9
- id : check-merge-conflict
@@ -13,17 +13,17 @@ repos:
13
13
- id : mixed-line-ending
14
14
- id : trailing-whitespace
15
15
- repo : https://github.com/asottile/pyupgrade
16
- rev : ' v3.13 .0'
16
+ rev : ' v3.15 .0'
17
17
hooks :
18
18
- id : pyupgrade
19
19
args :
20
20
- --py36-plus
21
21
- repo : https://github.com/PyCQA/isort
22
- rev : ' 5.12.0 '
22
+ rev : ' 5.13.2 '
23
23
hooks :
24
24
- id : isort
25
25
- repo : https://github.com/psf/black
26
- rev : ' 23.9 .1'
26
+ rev : ' 23.12 .1'
27
27
hooks :
28
28
- id : black
29
29
- repo : https://github.com/PyCQA/flake8
33
33
args :
34
34
- --max-line-length=100
35
35
- repo : https://github.com/nbQA-dev/nbQA
36
- rev : 1.7.0
36
+ rev : 1.7.1
37
37
hooks :
38
38
- id : nbqa-black
39
39
- id : nbqa-pyupgrade
66
66
- id : rst-directive-colons
67
67
- id : rst-inline-touching-normal
68
68
- repo : https://github.com/codespell-project/codespell
69
- rev : v2.2.5
69
+ rev : v2.2.6
70
70
hooks :
71
71
- id : codespell
You can’t perform that action at this time.
0 commit comments