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:
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : check-added-large-files
99 args : ["--maxkb=700"]
2020 - id : trailing-whitespace
2121
2222 - repo : https://github.com/crate-ci/typos
23- rev : v1.32.0
23+ rev : v1.37.2
2424 hooks :
2525 - id : typos
2626 args : []
@@ -35,21 +35,21 @@ repos:
3535 - " --py38-plus"
3636
3737 - repo : https://github.com/adamchainz/django-upgrade
38- rev : 1.25 .0
38+ rev : 1.28 .0
3939 hooks :
4040 - id : django-upgrade
4141 args : [--target-version, "4.2"]
4242
4343
4444 - repo : https://github.com/python-poetry/poetry
45- rev : 1.8.0
45+ rev : 2.2.1
4646 hooks :
4747 - id : poetry-check
4848 additional_dependencies :
49- - poetry-plugin-sort==0.2.0
49+ - poetry-plugin-sort
5050
5151 - repo : https://github.com/astral-sh/ruff-pre-commit
52- rev : v0.11.12
52+ rev : v0.13.3
5353 hooks :
5454 - id : ruff-format
5555 - 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
8383django-fsm 2.4.0 2016-05-14
8484~~~~~~~~~~~~~~~~~~~~~~~~~~~
8585
86- - graph_transition commnad now works with multiple FSM's per model
86+ - graph_transition command now works with multiple FSM's per model
8787- Add ability to set target state from transition return value or callable
8888
8989
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ extend-ignore = [
7676 " EM102" , # Exception must not use an f-string literal, assign to variable first
7777 " SLF001" , # Private member accessed
7878 " SIM103" , # Return the condition directly
79+ " PLC0415" , # `import` should be at the top-level of a file
7980 " PLR0913" , # Too many arguments in function definition
8081]
8182fixable = [
You can’t perform that action at this time.
0 commit comments