Skip to content

Commit

Permalink
Cleanup pre-commit hooks (#6123)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Oct 24, 2021
1 parent ccb9c0f commit 3dea782
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,13 @@ repos:
- id: check-xml
- id: check-executables-have-shebangs
- id: check-toml
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: check-added-large-files
- id: check-symlinks
- id: debug-statements
- id: fix-byte-order-marker
- id: fix-encoding-pragma
args: ['--remove']
- id: check-executables-have-shebangs
- id: check-case-conflict
- id: detect-aws-credentials
args: ['--allow-missing-credentials']
- id: detect-private-key
Expand All @@ -69,7 +65,6 @@ repos:
hooks:
- id: flake8
exclude: "^docs/"

- repo: git://github.com/Lucas-C/pre-commit-hooks-markup
rev: v1.0.1
hooks:
Expand Down

0 comments on commit 3dea782

Please sign in to comment.