We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6294ee commit ab30150Copy full SHA for ab30150
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
args: [--diff, --check]
11
12
- repo: https://github.com/PyCQA/pylint
13
- rev: v2.15.3
+ rev: v2.15.5
14
hooks:
15
- id: pylint
16
stages: [manual]
CHANGELOG.md
@@ -18,8 +18,8 @@ Other changes:
18
for production use.
19
- Use `Ok` instead of `Success` when returning a response. This is to avoid
20
confusion with the Returns library now used internally which has it's own
21
- `Success` class. This is not a breaking change, `Success` will still work for
22
- now, however `Ok` is recommended.
+ `Success` class. This is not a breaking change. `Success` will still work for
+ now, but use `Ok` instead.
23
24
## 5.0.9 (Sep 15, 2022)
25
0 commit comments