Skip to content

Commit

Permalink
fixup! fix(isort): fix pre-commit error for old flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyosx committed Jul 29, 2024
1 parent 911cd51 commit c7ca29c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.0.3
-----

Fixes:

- Fail to run migration script for django 4
- Fail to run migration script when duplicated idempotency_key exists


1.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_idempotency_key/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
extend-ignore= "E203,E501,W503"
extend-ignore= E203,E501,W503
max-line-length = 120
max-complexity = 100

Expand Down

0 comments on commit c7ca29c

Please sign in to comment.