Skip to content

Commit

Permalink
Fixed incompability between Black 24.3.0 and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkirov committed Apr 9, 2024
1 parent d1acb68 commit 3bee4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
max-line-length = 100
max-complexity = 5
exclude = .venv,venv,**/migrations/*,snapshots
extend-ignore = E203,E701
per-file-ignores =
tests/**: S101
**/tests/**: S101
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- For `ImageTransformation`:
- The `overlay()` and `overlay_self()` methods now treat `overlay_width` and `overlay_height` parameters as optional.
- Unified `gif2video()`, `gif2video_format()`, and `gif2video_quality()` methods into a single `gif2video()` method. The `format` and `quality` parameters can now be accepted directly in the `gif2video()` method.
- [Black](https://black.readthedocs.io/) dev dependency has been updated to 24.3.0.

### Fixed

Expand Down

0 comments on commit 3bee4ae

Please sign in to comment.