File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
- published
6
6
push :
7
7
tags :
8
- - ' v* '
8
+ - " v* "
9
9
branches :
10
10
- main
11
11
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exclude: |
9
9
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.4 .0
12
+ rev : v4.5 .0
13
13
hooks :
14
14
- id : trailing-whitespace
15
15
- id : end-of-file-fixer
@@ -21,20 +21,20 @@ repos:
21
21
- id : mixed-line-ending
22
22
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v3.14 .0
24
+ rev : v3.15 .0
25
25
hooks :
26
26
- id : pyupgrade
27
27
args :
28
- - ' --py38-plus'
28
+ - " --py38-plus"
29
29
30
30
- repo : https://github.com/psf/black
31
- rev : 23.9 .1
31
+ rev : 23.12 .1
32
32
hooks :
33
33
- id : black
34
34
- id : black-jupyter
35
35
36
36
- repo : https://github.com/keewis/blackdoc
37
- rev : v0.3.8
37
+ rev : v0.3.9
38
38
hooks :
39
39
- id : blackdoc
40
40
@@ -44,11 +44,11 @@ repos:
44
44
- id : flake8
45
45
46
46
- repo : https://github.com/PyCQA/isort
47
- rev : 5.12.0
47
+ rev : 5.13.2
48
48
hooks :
49
49
- id : isort
50
50
51
51
- repo : https://github.com/pre-commit/mirrors-prettier
52
- rev : v3 .0.3
52
+ rev : v4 .0.0-alpha.8
53
53
hooks :
54
54
- id : prettier
Original file line number Diff line number Diff line change 2
2
version : 2
3
3
4
4
build :
5
- os : ' ubuntu-20.04'
5
+ os : " ubuntu-20.04"
6
6
tools :
7
- python : ' mambaforge-4.10'
7
+ python : " mambaforge-4.10"
8
8
9
9
# Optionally set the version of Python and requirements required to build your docs
10
10
conda :
You can’t perform that action at this time.
0 commit comments