Skip to content

Commit c97a38d

Browse files
authored
Merge pull request #149 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9e35255 + fa24894 commit c97a38d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.32.2
16+
rev: v0.33.0
1717
hooks:
1818
- id: markdownlint
1919
- repo: https://github.com/charliermarsh/ruff-pre-commit
2020
# Ruff version.
21-
rev: 'v0.0.257'
21+
rev: 'v0.0.259'
2222
hooks:
2323
- id: ruff
2424
- repo: https://github.com/psf/black
25-
rev: 22.12.0
25+
rev: 23.1.0
2626
hooks:
2727
- id: black
2828
args:

django_fsm_log/backends.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
def _pre_transition_callback(sender, instance, name, source, target, manager, **kwargs):
7-
87
if BaseBackend._get_model_qualified_name__(sender) in settings.DJANGO_FSM_LOG_IGNORED_MODELS:
98
return
109

django_fsm_log/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class FSMLogDescriptor:
5-
65
ATTR_PREFIX = "__django_fsm_log_attr_"
76

87
def __init__(self, instance, attribute, value=NOTSET):

0 commit comments

Comments
 (0)