Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #282 from Yelp/u/amribrahim/fix-internal-build-fai…
Browse files Browse the repository at this point in the history
…ling

Fix internal build failing
  • Loading branch information
amribr authored Nov 10, 2021
2 parents c941999 + 6a2bb0f commit df6b7fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
sha: 29bf11d13689a0a9a895c41eb3591c7e942d377d
rev: v2.2.3
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -11,7 +12,7 @@
args: ["--ignore=W504,E501"]

- repo: https://github.com/asottile/reorder_python_imports.git
sha: f3dfe379d2ea341c6cf54d926d4585b35dea9251
rev: v1.9.0
hooks:
- id: reorder-python-imports
files: .*\.py$
6 changes: 1 addition & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
PyYAML<4,>=3.10 # pre-commit 0.8.0 doesnt support PyYAML>=6.0 and docker-compose 1.7.0 requires PyYAML<4,>=3.10
cryptography==3.0
flake8
importlib-metadata==0.23
ipdb==0.13
ipython==5.1.0
ipython-genutils==0.1.0
mock
pre-commit==0.8.0
pre-commit==1.14.4
pytest==3.9.3
setuptools==40.0.0
tox-pip-extensions==1.2.1

0 comments on commit df6b7fa

Please sign in to comment.