File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- default_stages : [commit]
1
+ default_stages : [pre- commit]
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v2.1 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : check-merge-conflict
7
7
- repo : https://github.com/psf/black
8
- rev : 22.8 .0
8
+ rev : 24.10 .0
9
9
hooks :
10
10
- id : black
11
11
language_version : python3.11.10
12
- # - repo: https://github.com/pycqa/isort
13
- # rev: 5.6.4
14
- # hooks:
15
- # - id: isort
16
- # args: ["--profile", "black", "--filter-files "]
12
+ - repo : https://github.com/pycqa/isort
13
+ rev : 5.13.2
14
+ hooks :
15
+ - id : isort
16
+ args : ["--profile", "black"]
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
18
rev : v2.1.0
19
19
hooks :
20
20
- id : flake8
21
21
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
22
- rev : v9.11 .0
22
+ rev : v9.19 .0
23
23
hooks :
24
24
- id : commitlint
25
25
stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments