Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
Includes fix for PyCQA/isort#2077.
  • Loading branch information
cjwatson committed Jan 30, 2023
1 parent 31066e9 commit 788d686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -11,14 +11,14 @@ repos:
- id: debug-statements
- id: no-commit-to-branch
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/get-woke/woke
rev: v0.17.0
rev: v0.19.0
hooks:
- id: woke-from-source
2 changes: 1 addition & 1 deletion turnip/pack/tests/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self, repo_store=None):
self.site_name = 'turnip'

def authenticateWithPassword(self, user, password):
"""Pretends to talk to Launchpad XML-RPC service to authenticate the user.
"""Pretends to talk to Launchpad XML-RPC to authenticate the user.
This method returns a dict with different data types to make sure
nothing breaks when forwarding this data across the layers.
Expand Down

0 comments on commit 788d686

Please sign in to comment.