File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
args : ["--maxkb=700"]
20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/crate-ci/typos
23
- rev : v1.32.0
23
+ rev : v1.37.2
24
24
hooks :
25
25
- id : typos
26
26
args : []
@@ -35,21 +35,21 @@ repos:
35
35
- " --py38-plus"
36
36
37
37
- repo : https://github.com/adamchainz/django-upgrade
38
- rev : 1.25 .0
38
+ rev : 1.28 .0
39
39
hooks :
40
40
- id : django-upgrade
41
41
args : [--target-version, "4.2"]
42
42
43
43
44
44
- repo : https://github.com/python-poetry/poetry
45
- rev : 1.8.0
45
+ rev : 2.2.1
46
46
hooks :
47
47
- id : poetry-check
48
48
additional_dependencies :
49
- - poetry-plugin-sort==0.2.0
49
+ - poetry-plugin-sort
50
50
51
51
- repo : https://github.com/astral-sh/ruff-pre-commit
52
- rev : v0.11.12
52
+ rev : v0.13.3
53
53
hooks :
54
54
- id : ruff-format
55
55
- id : ruff-check
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ django-fsm 2.5.0 2017-03-04
83
83
django-fsm 2.4.0 2016-05-14
84
84
~~~~~~~~~~~~~~~~~~~~~~~~~~~
85
85
86
- - graph_transition commnad now works with multiple FSM's per model
86
+ - graph_transition command now works with multiple FSM's per model
87
87
- Add ability to set target state from transition return value or callable
88
88
89
89
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ extend-ignore = [
76
76
" EM102" , # Exception must not use an f-string literal, assign to variable first
77
77
" SLF001" , # Private member accessed
78
78
" SIM103" , # Return the condition directly
79
+ " PLC0415" , # `import` should be at the top-level of a file
79
80
" PLR0913" , # Too many arguments in function definition
80
81
]
81
82
fixable = [
You can’t perform that action at this time.
0 commit comments