mirror of
https://github.com/docker/compose.git
synced 2025-07-05 12:54:27 +02:00
exclude .github from pre-commit
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
7c82d8ad2c
commit
2011bc3cea
@ -1,4 +1,6 @@
|
||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||
exclude: .github/
|
||||
repos:
|
||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||
sha: 'v0.9.1'
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
@ -13,14 +15,14 @@
|
||||
exclude: 'tests/(integration/testcases\.py|helpers\.py)'
|
||||
- id: requirements-txt-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: git://github.com/asottile/reorder_python_imports
|
||||
- repo: git://github.com/asottile/reorder_python_imports
|
||||
sha: v1.3.4
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
language_version: 'python3.7'
|
||||
args:
|
||||
- --py3-plus
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
|
Loading…
x
Reference in New Issue
Block a user