Skip to content

Commit

Permalink
Revert update of pre-commit-hooks
Browse files Browse the repository at this point in the history
Not worth the trouble. Update will happen after support for outdated
Python versions got dropped.
  • Loading branch information
Dunedan committed Oct 31, 2019
1 parent 3457934 commit 79c6d9e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v2.1.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -48,11 +48,7 @@ repos:
rev: v1.1.7
hooks:
- id: forbid-crlf
additional_dependencies:
- ruamel.yaml<=0.15.94
- id: forbid-tabs
additional_dependencies:
- ruamel.yaml<=0.15.94

- repo: git://github.com/PyCQA/bandit
rev: 1.6.2
Expand Down

0 comments on commit 79c6d9e

Please sign in to comment.