Skip to content

Commit ee79761

Browse files
committed
Updates linter
1 parent 95ce8ee commit ee79761

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ incremental in minor, bugfixes only are patches.
66
See (0Ver)[https://0ver.org/].
77

88

9-
## 0.10.0 WIP
9+
## 0.10.0
1010

1111
### Features
1212

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

returns/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def lift(
8585
See also:
8686
- https://wiki.haskell.org/Lifting
8787
- https://github.com/witchcrafters/witchcraft
88+
- https://en.wikipedia.org/wiki/Natural_transformation
8889
8990
"""
9091
return lambda container: cls.map(container, function)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exclude =
3636
.eggs
3737
*.egg
3838

39-
ignore = D100, D401, X100, WPS202, WPS214, WPS320, WPS440, TAE002, RST304
39+
ignore = D100, D104, D401, W504, X100, WPS202, WPS214, WPS320, WPS440, TAE002, RST303, RST304
4040

4141
per-file-ignores =
4242
# Disable some pydocstyle checks for package:

0 commit comments

Comments
 (0)