Skip to content

Commit ab30150

Browse files
committed
Upgrade pylint
1 parent f6294ee commit ab30150

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args: [--diff, --check]
1111

1212
- repo: https://github.com/PyCQA/pylint
13-
rev: v2.15.3
13+
rev: v2.15.5
1414
hooks:
1515
- id: pylint
1616
stages: [manual]

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Other changes:
1818
for production use.
1919
- Use `Ok` instead of `Success` when returning a response. This is to avoid
2020
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.
21+
`Success` class. This is not a breaking change. `Success` will still work for
22+
now, but use `Ok` instead.
2323

2424
## 5.0.9 (Sep 15, 2022)
2525

0 commit comments

Comments
 (0)