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

Commit

Permalink
Bump pre-commit version to 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amribr committed Nov 10, 2021
1 parent d105cfc commit 6a2bb0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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$
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cryptography==3.0
flake8
importlib-metadata==0.23
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 6a2bb0f

Please sign in to comment.