Skip to content

Commit

Permalink
Update dependencies and pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bricoletc committed Jun 30, 2020
1 parent 2620d91 commit 7a44118
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repos:
- id: black
language_version: python3.6
- repo: https://gitlab.com/pycqa/flake8
rev: '3.7.9'
rev: 3.8.3
hooks:
- id: flake8
154 changes: 96 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def test_tpq_alignment_and_keep_relative_indenting(self):

def test_docstrings_get_retabbed_for_snakecode_only(self):
"""Black only retabs the first tpq in a docstring."""
snakecode = f'''def f():
snakecode = '''def f():
"""Does not do
much
"""
Expand Down

0 comments on commit 7a44118

Please sign in to comment.