Skip to content

Commit

Permalink
Merge pull request #533 from twisted/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
wsanchez committed Sep 28, 2021
2 parents 9fc281b + 2071547 commit 8964da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
args: ["--filter-files"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.26.0"
rev: "v2.28.0"
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:
args: ["--target-version", "py36"]

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.47"
hooks:
- id: check-manifest

Expand Down
2 changes: 1 addition & 1 deletion src/klein/_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class KleinResource(Resource):
isLeaf = True

def __init__(self, app: "Klein") -> None:
Resource.__init__(self)
super().__init__()
self._app = app

def __eq__(self, other: object) -> bool:
Expand Down

0 comments on commit 8964da7

Please sign in to comment.