You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add type hints to seq()'s increment_by argument (#560)
* Add type hints for `increment_by` parameter in `seq` function
* Update CHANGELOG
* Fix mypy errors in `seq()` type hints
---------
Co-authored-by: Rust Saiargaliev <fly.amureki@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Changed
13
13
- docs: Update seq import in basic usage
14
+
- Add type hints to `seq()`'s `increment_by` argument
14
15
15
16
### Removed
16
17
- Drop mentions of model_mommy from the project. The old migration script is available in [the GitHub gist](https://gist.github.com/amureki/168b545105cb3e71f824351ffff507dc).
0 commit comments