File tree Expand file tree Collapse file tree 1 file changed +6
-32
lines changed Expand file tree Collapse file tree 1 file changed +6
-32
lines changed Original file line number Diff line number Diff line change 3
3
# To update dependencies here, run 'pre-commit autoupdate'
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
- - id : trailing-whitespace
9
- - id : end-of-file-fixer
10
8
- id : check-yaml
11
9
- id : check-json
12
10
- id : check-added-large-files
13
11
- id : fix-byte-order-marker
14
- - id : check-builtin-literals
15
12
- id : check-case-conflict
16
- - id : check-executables-have-shebangs
17
- - id : check-shebang-scripts-are-executable
18
13
- id : check-merge-conflict
19
14
- id : check-vcs-permalinks
20
15
- id : destroyed-symlinks
21
- - id : mixed-line-ending
22
16
23
- - repo : https://github.com/pycqa/isort
24
- rev : 5.13.2
17
+ - repo : https://github.com/astral-sh/ruff-pre-commit
18
+ rev : v0.4.4
25
19
hooks :
26
- - id : isort
27
- name : isort (Python)
28
-
29
- - repo : https://github.com/pre-commit/mirrors-prettier
30
- rev : v4.0.0-alpha.8
31
- hooks :
32
- - id : prettier
20
+ - id : ruff
21
+ args : [ --fix ]
22
+ - id : ruff-format
33
23
34
24
- repo : https://github.com/dannysepler/rm_unneeded_f_str
35
25
rev : v0.2.0
36
26
hooks :
37
27
- id : rm-unneeded-f-str
38
28
39
- - repo : https://github.com/pycqa/flake8
40
- rev : 7.0.0
41
- hooks :
42
- - id : flake8
43
-
44
- - repo : https://github.com/ikamensh/flynt/
45
- rev : " 1.0.1"
46
- hooks :
47
- - id : flynt
48
-
49
- - repo : https://github.com/asottile/pyupgrade
50
- rev : v3.15.2
51
- hooks :
52
- - id : pyupgrade
53
- args :
54
- - --py38-plus
55
29
# vim:ts=2:sw=2:et
You can’t perform that action at this time.
0 commit comments