File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,22 @@ repos:
24
24
- id : rst-backticks
25
25
- id : rst-directive-colons
26
26
- repo : https://github.com/pre-commit/mirrors-prettier
27
- rev : v3.0.0-alpha.9-for-vscode
27
+ rev : v3.0.0
28
28
hooks :
29
29
- id : prettier
30
30
types_or : [javascript, css]
31
31
args :
32
32
- --trailing-comma=es5
33
33
- repo : https://github.com/pre-commit/mirrors-eslint
34
- rev : v8.43 .0
34
+ rev : v8.44 .0
35
35
hooks :
36
36
- id : eslint
37
37
files : \.js?$
38
38
types : [file]
39
39
args :
40
40
- --fix
41
41
- repo : https://github.com/charliermarsh/ruff-pre-commit
42
- rev : ' v0.0.275 '
42
+ rev : ' v0.0.277 '
43
43
hooks :
44
44
- id : ruff
45
45
args : [--fix, --exit-non-zero-on-fix]
50
50
language_version : python3
51
51
entry : black --target-version=py38
52
52
- repo : https://github.com/tox-dev/pyproject-fmt
53
- rev : 0.12.1
53
+ rev : 0.13.0
54
54
hooks :
55
55
- id : pyproject-fmt
56
56
- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -67,14 +67,10 @@ extend-select = [
67
67
" FBT" ,
68
68
# flake8-bugbear
69
69
" B" ,
70
- # flake8-builtins
71
- # "A",
72
70
# flake8-comprehensions
73
71
" C4" ,
74
72
# flake8-django
75
73
" DJ" ,
76
- # flake8-logging-format
77
- " G" ,
78
74
# flake8-pie
79
75
" PIE" ,
80
76
# flake8-simplify
You can’t perform that action at this time.
0 commit comments