Skip to content

Commit

Permalink
Merge pull request #1393 from jazzband/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 27, 2021
2 parents 44ed2da + 026dde8 commit 34f1b9d
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
args: [--target-version=py36]
Expand All @@ -9,7 +9,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def test_run_as_module_compile():


def test_editable_package(pip_conf, runner):
""" piptools can compile an editable """
"""piptools can compile an editable"""
fake_package_dir = os.path.join(PACKAGES_PATH, "small_fake_with_deps")
fake_package_dir = path_to_url(fake_package_dir)
with open("requirements.in", "w") as req_in:
Expand Down

0 comments on commit 34f1b9d

Please sign in to comment.