Skip to content

Commit

Permalink
Merge pull request #1937 from praw-dev/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
LilSpazJoekp committed Feb 19, 2023
2 parents d218750 + c0d4c8b commit 244149b
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -27,7 +27,7 @@ repos:
- repo: https://github.com/psf/black
hooks:
- id: black
rev: 22.12.0
rev: 23.1.0

- repo: https://github.com/LilSpazJoekp/docstrfmt
hooks:
Expand All @@ -51,7 +51,7 @@ repos:
- repo: https://github.com/pycqa/isort
hooks:
- id: isort
rev: 5.11.4
rev: 5.12.0

- repo: https://github.com/pycqa/pydocstyle
hooks:
Expand Down
1 change: 0 additions & 1 deletion tests/integration/models/reddit/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ def test_post_flair_widget(self, reddit):
class TestRulesWidget(IntegrationTest):
@pytest.mark.cassette_name("TestSubredditWidgets.fetch_widgets")
def test_rules_widget(self, reddit):

subreddit = reddit.subreddit(pytest.placeholders.test_subreddit)
widgets = subreddit.widgets
rules = None
Expand Down

0 comments on commit 244149b

Please sign in to comment.