Skip to content

Commit d032248

Browse files
authored
pre-commit autoupdate 2025-10-04 (#70)
* pre-commit autoupdate 2025-10-04 * default_language_version: python: python3.12
1 parent 72ced11 commit d032248

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
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"]
@@ -20,7 +20,7 @@ repos:
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

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ django-fsm 2.5.0 2017-03-04
8383
django-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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
8182
fixable = [

0 commit comments

Comments
 (0)