Skip to content

Commit

Permalink
Less tests, simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 18, 2020
1 parent 963bb86 commit ffa9bea
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-docker-flake8
rev: '' # Fill this in with a current revision
- repo: git://github.com/pre-commit/pre-commit-hooks
# sha: master # Use the ref you want to point at
rev: v3.3.0
hooks:
- id: flake8-docker-not-for-production
- { id: check-case-conflict }
- { id: check-merge-conflict }
- { id: check-symlinks }
- { id: check-json }
- { id: check-yaml }
- { id: detect-private-key }
- { id: end-of-file-fixer }
- { id: trailing-whitespace }

0 comments on commit ffa9bea

Please sign in to comment.