Skip to content

Commit ba2c0bd

Browse files
committed
Address comments
1 parent 50ce562 commit ba2c0bd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1919
- `fsm_log_description` now accepts a default description parameter
2020
- Document `fsm_log_description` decorator
2121
- Add support for Django 4.1
22-
- Add compatibility for python3.11
22+
- Add compatibility for python 3.11
2323

2424
### 3.0.0 (2022-01-14)
2525

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ line-length = 119
33
target-version = ["py311"]
44
extend-exclude = "(^/django_fsm_log/migrations/.*$|^docs/.*$)"
55

6-
[tool.isort]
7-
profile = "black"
8-
py_version = 311
9-
line_length = 119
10-
skip_glob = "django_fsm_log/migrations/*"
11-
126
[tool.ruff]
137
line-length = 119
148
target-version = "py311"

0 commit comments

Comments
 (0)