File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-toml
6
6
- id : check-yaml
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
11
11
args : [--markdown-linebreak-ext=md]
12
- - repo : https://github.com/pre-commit /mirrors-prettier
13
- rev : v3.1.0
12
+ - repo : https://github.com/rbubley /mirrors-prettier
13
+ rev : v3.3.3
14
14
hooks :
15
15
- id : prettier
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.15 .0
17
+ rev : v3.17 .0
18
18
hooks :
19
19
- id : pyupgrade
20
20
args : [--py38-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/pycqa/flake8
26
- rev : 6 .1.0
26
+ rev : 7 .1.0
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies :
34
34
- id : doc8
35
35
exclude : README\.rst
36
36
- repo : https://github.com/psf/black-pre-commit-mirror
37
- rev : 23.11.0
37
+ rev : 24.4.2
38
38
hooks :
39
39
- id : black
Original file line number Diff line number Diff line change 4
4
list see the documentation:
5
5
https://www.sphinx-doc.org/en/master/usage/configuration.html
6
6
"""
7
+
7
8
import re
8
9
from importlib .metadata import distribution
9
10
You can’t perform that action at this time.
0 commit comments